diff -r 133e22b5c410 -r 845b5ae03841 misc/physfs/extras/hwpacksmounter.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/misc/physfs/extras/hwpacksmounter.h Sun Nov 18 00:37:23 2012 +0400 @@ -0,0 +1,15 @@ +#ifndef HEDGEWARS_PACKAGES_MOUNTER_H +#define HEDGEWARS_PACKAGES_MOUNTER_H + +#ifdef __cplusplus +extern "C" { +#endif + +void hedgewarsMountPackages(); + + +#ifdef __cplusplus +} +#endif + +#endif