misc/physfs/extras/hwpacksmounter.h
author koda
Tue, 20 Nov 2012 21:55:51 +0100
changeset 8080 a6fc5396b3d6
parent 8052 845b5ae03841
child 8119 257ffa847aa2
permissions -rw-r--r--
fix physfs on osx, now all platforms should be happy

#ifndef HEDGEWARS_PACKAGES_MOUNTER_H
#define HEDGEWARS_PACKAGES_MOUNTER_H

#ifdef __cplusplus
extern "C" {
#endif

void hedgewarsMountPackages();


#ifdef __cplusplus
}
#endif

#endif