mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 11:41:16 +00:00
Fix include guard
This commit is contained in:
parent
e568e57673
commit
b54880d112
@ -1,5 +1,5 @@
|
|||||||
#ifndef MxRectList_H
|
#ifndef MXRECTLIST_H
|
||||||
#define MxRectList_H
|
#define MXRECTLIST_H
|
||||||
|
|
||||||
#include "mxlist.h"
|
#include "mxlist.h"
|
||||||
#include "mxrect32.h"
|
#include "mxrect32.h"
|
||||||
@ -83,4 +83,4 @@ class MxRectListCursor : public MxPtrListCursor<MxRect32> {
|
|||||||
// TEMPLATE: LEGO1 0x100b4210
|
// TEMPLATE: LEGO1 0x100b4210
|
||||||
// MxRectListCursor::~MxRectListCursor
|
// MxRectListCursor::~MxRectListCursor
|
||||||
|
|
||||||
#endif // MxRectList_H
|
#endif // MXRECTLIST_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user