mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 15:21:15 +00:00
Add size assert
This commit is contained in:
parent
03649dd2b8
commit
9ec062cf71
@ -1,5 +1,7 @@
|
||||
#include "mxdisplaysurface.h"
|
||||
|
||||
DECOMP_SIZE_ASSERT(MxDisplaySurface, 0xac);
|
||||
|
||||
// OFFSET: LEGO1 0x100ba500
|
||||
MxDisplaySurface::MxDisplaySurface()
|
||||
{
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
#include "decomp.h"
|
||||
|
||||
// VTABLE 0x100dc768
|
||||
// SIZE 0xac
|
||||
class MxDisplaySurface : public MxCore
|
||||
{
|
||||
public:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user