mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-02-16 19:50:52 -05:00
18 lines
449 B
C
18 lines
449 B
C
#ifndef DEFINE_H
|
|
#define DEFINE_H
|
|
|
|
#include "mxtypes.h"
|
|
|
|
extern const char* g_parseExtraTokens;
|
|
extern const char* g_strWORLD;
|
|
extern const char* g_strSOUND;
|
|
extern const char* g_strOBJECT;
|
|
extern const char* g_strANIMATION;
|
|
extern const char* g_strACTION;
|
|
extern const char* g_strVISIBILITY;
|
|
extern const char* g_strSPEED;
|
|
extern const char* g_strATTACH_CAMERA;
|
|
extern const char* g_strMUTE;
|
|
extern const char* g_strANIMMAN_ID;
|
|
|
|
#endif // DEFINE_H
|