misc/physfs/extras/hwpacksmounter.h
author koda
Fri, 23 Nov 2012 10:43:15 +0100
changeset 8104 09c38cdf380d
parent 8052 845b5ae03841
child 8119 257ffa847aa2
permissions -rw-r--r--
show console on win when debugging to see frontend messages

#ifndef HEDGEWARS_PACKAGES_MOUNTER_H
#define HEDGEWARS_PACKAGES_MOUNTER_H

#ifdef __cplusplus
extern "C" {
#endif

void hedgewarsMountPackages();


#ifdef __cplusplus
}
#endif

#endif