mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 14:51:15 +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
|
#ifndef MXATOMID_H
|
||||||
#define MXATOMID_H
|
#define MXATOMID_H
|
||||||
|
|
||||||
enum LookupMode;
|
enum LookupMode
|
||||||
|
{
|
||||||
|
};
|
||||||
|
|
||||||
class MxAtomId
|
class MxAtomId
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user