misc/physfs/extras/hwpacksmounter.h
author Xeli
Sun, 18 Nov 2012 19:33:15 +0100
changeset 8062 abbcdf73327a
parent 8052 845b5ae03841
child 8119 257ffa847aa2
permissions -rw-r--r--
allow the engine to use physfs on android too

#ifndef HEDGEWARS_PACKAGES_MOUNTER_H
#define HEDGEWARS_PACKAGES_MOUNTER_H

#ifdef __cplusplus
extern "C" {
#endif

void hedgewarsMountPackages();


#ifdef __cplusplus
}
#endif

#endif