You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
266 B
16 lines
266 B
14 years ago
|
#ifndef PlasmaPack_h_inc
|
||
|
#define PlasmaPack_h_inc
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
extern PyObject* Pl_OpenPacked(const char* fileName);
|
||
|
extern int Pl_IsItPacked(const char* fileName);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif // PlasmaPack_h_inc
|