misc/libphysfs/extras/hwpacksmounter.h
branchphysfslayer
changeset 8522 1853628ae285
parent 8119 257ffa847aa2
equal deleted inserted replaced
8520:1dedcc37bfe8 8522:1853628ae285
       
     1 #ifndef HEDGEWARS_PACKAGES_MOUNTER_H
       
     2 #define HEDGEWARS_PACKAGES_MOUNTER_H
       
     3 
       
     4 #include "physfs.h"
       
     5 
       
     6 #ifdef __cplusplus
       
     7 extern "C" {
       
     8 #endif
       
     9 
       
    10 PHYSFS_DECL void hedgewarsMountPackages();
       
    11 
       
    12 
       
    13 #ifdef __cplusplus
       
    14 }
       
    15 #endif
       
    16 
       
    17 #endif