misc/physfs/extras/hwpacksmounter.h
branchphysfslayer
changeset 8052 845b5ae03841
child 8119 257ffa847aa2
equal deleted inserted replaced
8049:133e22b5c410 8052:845b5ae03841
       
     1 #ifndef HEDGEWARS_PACKAGES_MOUNTER_H
       
     2 #define HEDGEWARS_PACKAGES_MOUNTER_H
       
     3 
       
     4 #ifdef __cplusplus
       
     5 extern "C" {
       
     6 #endif
       
     7 
       
     8 void hedgewarsMountPackages();
       
     9 
       
    10 
       
    11 #ifdef __cplusplus
       
    12 }
       
    13 #endif
       
    14 
       
    15 #endif