Fix include guard

This commit is contained in:
Christian Semmler 2024-01-26 16:03:29 -05:00
parent c27e3be863
commit edcbc4e812

View File

@ -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