mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00

* Implement/match remaining MxWavePresenter functions * Name m_unk65 * Match WriteToSoundBuffer * Remove header * Match StreamingTickle * Name more variables * Give names to some things
14 lines
279 B
C
14 lines
279 B
C
#ifndef DEFINE_H
|
|
#define DEFINE_H
|
|
|
|
#include "mxtypes.h"
|
|
|
|
extern MxU32 g_mxcoreCount[101];
|
|
extern const char* g_parseExtraTokens;
|
|
extern const char* g_strWORLD;
|
|
extern const char* g_strSOUND;
|
|
extern const char* g_strACTION;
|
|
extern const char* g_strVISIBILITY;
|
|
|
|
#endif // DEFINE_H
|