author | unc0rr |
Sun, 17 Mar 2013 00:18:38 +0400 | |
changeset 8733 | b6002f1956d5 |
parent 8524 | a65e9bcf0a03 |
child 8978 | e6ef8fe314bd |
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(); |
8052 | 11 |
|
12 |
||
13 |
#ifdef __cplusplus |
|
14 |
} |
|
15 |
#endif |
|
16 |
||
17 |
#endif |