mirror of
https://github.com/halpz/re3.git
synced 2025-07-15 16:18:13 +00:00
@ -471,6 +471,8 @@ public:
|
||||
void DebugShit();
|
||||
};
|
||||
|
||||
//dstatic_assert(sizeof(cAudioManager) == 19220, "cAudioManager: error");
|
||||
#ifdef AUDIO_MSS
|
||||
static_assert(sizeof(cAudioManager) == 19220, "cAudioManager: error");
|
||||
#endif
|
||||
|
||||
extern cAudioManager AudioManager;
|
||||
|
Reference in New Issue
Block a user