mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
(Refactor) Use more forward declarations (#881)
* Use more forward declarations * Use more forward declarations * Add more forward declarations * Fix
This commit is contained in:
committed by
GitHub
parent
01b861bc09
commit
51adf75b9b
@@ -6,6 +6,8 @@
|
||||
#include "mxstl/stlcompat.h"
|
||||
#include "mxtypes.h"
|
||||
|
||||
#pragma warning(disable : 4237)
|
||||
|
||||
// SIZE 0x08
|
||||
struct LegoCacheSoundEntry {
|
||||
LegoCacheSoundEntry() : m_sound(NULL), m_name(NULL) {}
|
||||
|
||||
Reference in New Issue
Block a user