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:
8
LEGO1/mxresult.h
Normal file
8
LEGO1/mxresult.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef MXRESULT_H
|
||||
#define MXRESULT_H
|
||||
|
||||
typedef unsigned long MxResult;
|
||||
const MxResult SUCCESS = 0;
|
||||
const MxResult FAILURE = 0xFFFFFFFFL;
|
||||
|
||||
#endif // MXRESULT_H
|
Reference in New Issue
Block a user