mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
MxLoopingMIDIPresenter: add check for size
This commit is contained in:
parent
9f65ced12a
commit
4d31ca4d1d
@ -121,6 +121,7 @@ add_library(lego1 SHARED
|
||||
LEGO1/mxflcpresenter.cpp
|
||||
LEGO1/mxioinfo.cpp
|
||||
LEGO1/mxloopingflcpresenter.cpp
|
||||
LEGO1/mxloopingmidipresenter.cpp
|
||||
LEGO1/mxloopingsmkpresenter.cpp
|
||||
LEGO1/mxmediapresenter.cpp
|
||||
LEGO1/mxmidipresenter.cpp
|
||||
|
||||
5
LEGO1/mxloopingmidipresenter.cpp
Normal file
5
LEGO1/mxloopingmidipresenter.cpp
Normal file
@ -0,0 +1,5 @@
|
||||
#include "mxloopingmidipresenter.h"
|
||||
|
||||
#include "decomp.h"
|
||||
|
||||
DECOMP_STATIC_ASSERT(sizeof(MxLoopingMIDIPresenter) == 88);
|
||||
Loading…
Reference in New Issue
Block a user