Fix audio support on Android (non-legacy)

This commit is contained in:
Joshua Granick
2015-02-04 13:40:57 -08:00
parent 5467964453
commit d6f6e92663
5 changed files with 30 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ namespace lime {
FILE_HANDLE (void* handle) : handle (handle) {}
FILE* getFile ();
int getLength ();
};