misc/physfs/extras/hwpacksmounter.h
branchicegun
changeset 8604 fa44e3218a08
parent 8589 3bb505fc707e
parent 8603 1b58da1fd9bf
child 8606 45f6c35ffd33
equal deleted inserted replaced
8589:3bb505fc707e 8604:fa44e3218a08
     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