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
c27e3be863
commit
edcbc4e812
@ -1,5 +1,5 @@
|
||||
#ifndef MXCORELIST_H
|
||||
#define MXCORELIST_H
|
||||
#ifndef LEGOCACHESOUNDLIST_H
|
||||
#define LEGOCACHESOUNDLIST_H
|
||||
|
||||
#include "mxlist.h"
|
||||
#include "mxtypes.h"
|
||||
@ -95,4 +95,4 @@ class LegoCacheSoundListCursor : public MxPtrListCursor<LegoCacheSound> {
|
||||
// TEMPLATE: LEGO1 0x100224e0
|
||||
// MxList<LegoCacheSound *>::InsertEntry
|
||||
|
||||
#endif // MXCORELIST_H
|
||||
#endif // LEGOCACHESOUNDLIST_H
|
||||
|
||||
Loading…
Reference in New Issue
Block a user