move override macro to compat.h

This commit is contained in:
itsmattkc
2023-07-12 14:12:03 -07:00
parent 67115e32d3
commit f707af34db
5 changed files with 15 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
#ifndef LEGOSTREAM_H
#define LEGOSTREAM_H
#include "compat.h"
#include "decomp.h"
#include "mxtypes.h"
@@ -70,4 +71,4 @@ private:
MxU32 m_offset;
};
#endif // LEGOSTREAM_H
#endif // LEGOSTREAM_H