1
#ifndef HEDGEWARS_PACKAGES_MOUNTER_H
2
#define HEDGEWARS_PACKAGES_MOUNTER_H
3
4
#ifdef __cplusplus
5
extern "C" {
6
#endif
7
8
void hedgewarsMountPackages();
9
10
11
12
}
13
14
15