misc/physfs/extras/hwpacksmounter.h
branchwebgl
changeset 8833 c13ebed437cb
parent 8450 404ddce27b23
parent 8830 343d3f0d6a86
child 8836 7a474fcc343d
--- a/misc/physfs/extras/hwpacksmounter.h	Wed Feb 20 02:21:58 2013 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-#ifndef HEDGEWARS_PACKAGES_MOUNTER_H
-#define HEDGEWARS_PACKAGES_MOUNTER_H
-
-#include "physfs.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-PHYSFS_DECL void hedgewarsMountPackages();
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif