branch | physfslayer |
changeset 8524 | a65e9bcf0a03 |
parent 8522 | 1853628ae285 |
child 8978 | e6ef8fe314bd |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/misc/libphyslayer/hwpacksmounter.h Fri Feb 22 05:43:56 2013 +0100 @@ -0,0 +1,17 @@ +#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