isle/LEGO1/mxbool.h
2023-06-14 01:22:42 +01:00

9 lines
123 B
C

#ifndef MXBOOL_H
#define MXBOOL_H
typedef unsigned char MxBool;
#define MX_TRUE 1
#define MX_FALSE 0
#endif // MXBOOL_H