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