Fix Android compile

This commit is contained in:
Joshua Granick
2014-08-29 11:00:17 -07:00
parent ad49cba3a2
commit d68f0ddfa2
8 changed files with 53 additions and 3 deletions

View File

@@ -51,6 +51,20 @@ namespace lime {
};
#ifdef ANDROID
ByteArray AndroidGetAssetBytes(const char *);
struct FileInfo
{
int fd;
off_t offset;
off_t length;
};
FileInfo AndroidGetAssetFD(const char *);
#endif
/*#ifdef HX_WINDOWS
typedef wchar_t OSChar;
#define val_os_string val_wstring