misc/libphyslayer/hwpacksmounter.h
changeset 10235 bafca1686867
parent 10127 7f29a65aa1e4
equal deleted inserted replaced
10234:a3a200e35c6e 10235:bafca1686867
     3 
     3 
     4 #include "physfs.h"
     4 #include "physfs.h"
     5 #include "physfscompat.h"
     5 #include "physfscompat.h"
     6 
     6 
     7 #ifndef PAS2C
     7 #ifndef PAS2C
       
     8 #ifndef QT_VERSION
     8 #include "lua.h"
     9 #include "lua.h"
       
    10 #endif
     9 #endif
    11 #endif
    10 
    12 
    11 #ifdef __cplusplus
    13 #ifdef __cplusplus
    12 extern "C" {
    14 extern "C" {
    13 #endif
    15 #endif
    14 
    16 
    15 PHYSFS_DECL void hedgewarsMountPackages();
    17 PHYSFS_DECL void hedgewarsMountPackages();
    16 PHYSFS_DECL void hedgewarsMountPackage(char * fileName);
    18 PHYSFS_DECL void hedgewarsMountPackage(char * fileName);
    17 
    19 
       
    20 #ifndef QT_VERSION
    18 PHYSFS_DECL const char * physfsReader(lua_State *L, PHYSFS_File *f, size_t *size);
    21 PHYSFS_DECL const char * physfsReader(lua_State *L, PHYSFS_File *f, size_t *size);
       
    22 #endif
    19 PHYSFS_DECL void physfsReaderSetBuffer(void *buffer);
    23 PHYSFS_DECL void physfsReaderSetBuffer(void *buffer);
    20 
    24 
    21 #ifdef __cplusplus
    25 #ifdef __cplusplus
    22 }
    26 }
    23 #endif
    27 #endif