misc/physfs/extras/hwpacksmounter.h
changeset 8593 9d1d0fa8db02
parent 8591 9afb44f030b6
parent 8558 e96bf10216ef
child 8595 d2940421d3d4
equal deleted inserted replaced
8591:9afb44f030b6 8593:9d1d0fa8db02
     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