misc/physfs/extras/hwpacksmounter.h
author unc0rr
Sun, 18 Nov 2012 01:06:01 +0400
branchphysfslayer
changeset 8056 d5d5e1698554
parent 8052 845b5ae03841
child 8119 257ffa847aa2
permissions -rw-r--r--
Close this branch

#ifndef HEDGEWARS_PACKAGES_MOUNTER_H
#define HEDGEWARS_PACKAGES_MOUNTER_H

#ifdef __cplusplus
extern "C" {
#endif

void hedgewarsMountPackages();


#ifdef __cplusplus
}
#endif

#endif