author | unc0rr |
Tue, 04 Jun 2013 23:58:42 +0400 | |
changeset 9105 | 18ebb59c89fe |
parent 8978 | e6ef8fe314bd |
child 9264 | 21df1a0ec9ed |
child 9991 | 3858d99476f5 |
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 |
|
8052 | 6 |
#ifdef __cplusplus |
7 |
extern "C" { |
|
8 |
#endif |
|
9 |
||
8119
257ffa847aa2
physfs: no carbon depency on osx, add cdecl attributes on extra functions
koda
parents:
8052
diff
changeset
|
10 |
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
|
11 |
PHYSFS_DECL void hedgewarsMountPackage(char * fileName); |
8052 | 12 |
|
13 |
#ifdef __cplusplus |
|
14 |
} |
|
15 |
#endif |
|
16 |
||
17 |
#endif |