misc/physfs/extras/hwpacksmounter.h
branchphysfslayer
changeset 8522 1853628ae285
parent 8520 1dedcc37bfe8
child 8524 a65e9bcf0a03
--- a/misc/physfs/extras/hwpacksmounter.h	Fri Feb 22 05:05:32 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