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