misc/physfs/extras/hwpacksmounter.h
author koda
Thu, 22 Nov 2012 01:47:09 +0100
branchwebgl
changeset 8099 a7f02b902b6f
parent 8052 845b5ae03841
child 8119 257ffa847aa2
permissions -rw-r--r--
throw in some 'nots' trying to restore pas2c functionality

#ifndef HEDGEWARS_PACKAGES_MOUNTER_H
#define HEDGEWARS_PACKAGES_MOUNTER_H

#ifdef __cplusplus
extern "C" {
#endif

void hedgewarsMountPackages();


#ifdef __cplusplus
}
#endif

#endif