mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Fix include guard
This commit is contained in:
parent
e568e57673
commit
b54880d112
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user