Fix include guard

This commit is contained in:
Christian Semmler 2023-12-20 20:18:31 -05:00
parent e568e57673
commit b54880d112

View File

@ -1,5 +1,5 @@
#ifndef MxRectList_H
#define MxRectList_H
#ifndef MXRECTLIST_H
#define MXRECTLIST_H
#include "mxlist.h"
#include "mxrect32.h"
@ -83,4 +83,4 @@ class MxRectListCursor : public MxPtrListCursor<MxRect32> {
// TEMPLATE: LEGO1 0x100b4210
// MxRectListCursor::~MxRectListCursor
#endif // MxRectList_H
#endif // MXRECTLIST_H