author | sheepluva |
Sun, 19 Jan 2014 22:39:06 +0100 | |
changeset 10023 | fa9674c94c4f |
parent 9991 | 3858d99476f5 |
child 10015 | 4feced261c68 |
permissions | -rw-r--r-- |
8052 | 1 |
#ifndef HEDGEWARS_PACKAGES_MOUNTER_H |
2 |
#define HEDGEWARS_PACKAGES_MOUNTER_H |
|
3 |
||
8119
257ffa847aa2
physfs: no carbon depency on osx, add cdecl attributes on extra functions
koda
parents:
8052
diff
changeset
|
4 |
#include "physfs.h" |
257ffa847aa2
physfs: no carbon depency on osx, add cdecl attributes on extra functions
koda
parents:
8052
diff
changeset
|
5 |
|
9991 | 6 |
#include "physfscompat.h" |
7 |
||
8052 | 8 |
#ifdef __cplusplus |
9 |
extern "C" { |
|
10 |
#endif |
|
11 |
||
8119
257ffa847aa2
physfs: no carbon depency on osx, add cdecl attributes on extra functions
koda
parents:
8052
diff
changeset
|
12 |
PHYSFS_DECL void hedgewarsMountPackages(); |
8978
e6ef8fe314bd
suggestion of unc0rr's to fix issue w/ random maps in campaign. load sidecar packages in physfs for lua. should be useful also for lua that does custom layouts
nemo
parents:
8524
diff
changeset
|
13 |
PHYSFS_DECL void hedgewarsMountPackage(char * fileName); |
8052 | 14 |
|
15 |
#ifdef __cplusplus |
|
16 |
} |
|
17 |
#endif |
|
18 |
||
19 |
#endif |