misc/libphyslayer/hwpacksmounter.h
changeset 8593 9d1d0fa8db02
parent 8524 a65e9bcf0a03
child 8978 e6ef8fe314bd
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