misc/libphyslayer/hwpacksmounter.h
branchphysfslayer
changeset 8524 a65e9bcf0a03
parent 8522 1853628ae285
child 8978 e6ef8fe314bd
equal deleted inserted replaced
8522:1853628ae285 8524:a65e9bcf0a03
       
     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