mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
reorganized repo, implemented mxcore
This commit is contained in:
14
LEGO1/mxomnicreateflags.h
Normal file
14
LEGO1/mxomnicreateflags.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef MXOMNICREATEFLAGS_H
|
||||
#define MXOMNICREATEFLAGS_H
|
||||
|
||||
class MxOmniCreateFlags
|
||||
{
|
||||
public:
|
||||
__declspec(dllexport) MxOmniCreateFlags();
|
||||
|
||||
private:
|
||||
unsigned short m_flags;
|
||||
|
||||
};
|
||||
|
||||
#endif // MXOMNICREATEFLAGS_H
|
Reference in New Issue
Block a user