Add size assert

This commit is contained in:
Christian Semmler 2023-07-22 00:29:51 -04:00
parent 03649dd2b8
commit 9ec062cf71
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#include "mxdisplaysurface.h"
DECOMP_SIZE_ASSERT(MxDisplaySurface, 0xac);
// OFFSET: LEGO1 0x100ba500
MxDisplaySurface::MxDisplaySurface()
{

View File

@ -10,6 +10,7 @@
#include "decomp.h"
// VTABLE 0x100dc768
// SIZE 0xac
class MxDisplaySurface : public MxCore
{
public: