mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
1e3ca11886
* Implement/match LegoAnimActor * Name changes (deviation from original source) * Attempt to fix modern build * Add missing override * Match LegoAnimActor::SetWorldSpeed * Remove junk * Style changes and implement WEEdge * Add override * Match LegoAnimActor::FUN_1001c1f0, style * Style * Add missing annotations, STUB LegoPathBoundary * Style --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
14 lines
313 B
C
14 lines
313 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;
|
|
|
|
#endif // DEFINE_H
|