misc/physfs/extras/hwpacksmounter.h
author koda
Mon, 19 Nov 2012 02:48:21 +0100
changeset 8064 202e2cce7077
parent 8052 845b5ae03841
child 8119 257ffa847aa2
permissions -rw-r--r--
meh

#ifndef HEDGEWARS_PACKAGES_MOUNTER_H
#define HEDGEWARS_PACKAGES_MOUNTER_H

#ifdef __cplusplus
extern "C" {
#endif

void hedgewarsMountPackages();


#ifdef __cplusplus
}
#endif

#endif