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.
|
|
|
#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
|