1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-03-28 23:52:32 -04:00
isle/LEGO1/mxresult.h
2023-05-05 02:54:17 -07:00

8 lines
159 B
C

#ifndef MXRESULT_H
#define MXRESULT_H
typedef unsigned long MxResult;
const MxResult SUCCESS = 0;
const MxResult FAILURE = 0xFFFFFFFFL;
#endif // MXRESULT_H