misc/physfs/extras/physfslualoader.c
branchphysfslayer
changeset 8040 448d61778ca7
parent 8034 fc032c0f7b23
child 8073 5a289ef40fdb
equal deleted inserted replaced
8037:547f94509079 8040:448d61778ca7
     1 #include <lua51/lua.h>
     1 #include <lua.h>
     2 #include <physfs.h>
     2 #include <physfs.h>
     3 
     3 
     4 #define BUFSIZE 1024
     4 #define BUFSIZE 1024
     5 
     5 
     6 void * physfsReaderBuffer;
     6 void * physfsReaderBuffer;