misc/physfs/extras/hwpacksmounter.h
changeset 8593 9d1d0fa8db02
parent 8591 9afb44f030b6
parent 8558 e96bf10216ef
child 8595 d2940421d3d4
--- a/misc/physfs/extras/hwpacksmounter.h	Wed Feb 27 16:12:22 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