misc/physfs/extras/hwpacksmounter.h
branchphysfslayer
changeset 8520 1dedcc37bfe8
parent 8119 257ffa847aa2
--- a/misc/physfs/extras/hwpacksmounter.h	Sun Nov 18 01:06:01 2012 +0400
+++ b/misc/physfs/extras/hwpacksmounter.h	Fri Feb 22 05:05:32 2013 +0100
@@ -1,11 +1,13 @@
 #ifndef HEDGEWARS_PACKAGES_MOUNTER_H
 #define HEDGEWARS_PACKAGES_MOUNTER_H
 
+#include "physfs.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-void hedgewarsMountPackages();
+PHYSFS_DECL void hedgewarsMountPackages();
 
 
 #ifdef __cplusplus