Fix JNI JPEG and PNG file loading

This commit is contained in:
Joshua Granick
2015-02-04 14:07:21 -08:00
parent d6f6e92663
commit 8f9591365a
5 changed files with 17 additions and 2 deletions

View File

@@ -22,6 +22,13 @@ namespace lime {
}
bool FILE_HANDLE::isFile () {
return true;
}
int fclose (FILE_HANDLE *stream) {
if (stream) {