openalext.java 387 B

1234567891011121314151617
  1. /*
  2. java implementation of the openalext extension.
  3. Add android-specific functionality here.
  4. These functions are called via JNI from native code.
  5. */
  6. /*
  7. * NOTE: This file was originally written by the extension builder, but will not
  8. * be overwritten (unless --force is specified) and is intended to be modified.
  9. */
  10. import com.ideaworks3d.marmalade.LoaderAPI;
  11. class openalext
  12. {
  13. }