mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 18:51:16 +00:00
mingw32 cannot use a enum without previous declaration
This commit is contained in:
parent
e8108f8260
commit
02b6302316
@ -1,7 +1,9 @@
|
||||
#ifndef MXATOMID_H
|
||||
#define MXATOMID_H
|
||||
|
||||
enum LookupMode;
|
||||
enum LookupMode
|
||||
{
|
||||
};
|
||||
|
||||
class MxAtomId
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user