mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-03-19 19:29:52 -04:00
6 lines
85 B
C
6 lines
85 B
C
#ifndef MXBOOL_H
|
|
#define MXBOOL_H
|
|
|
|
typedef unsigned char MxBool;
|
|
|
|
#endif // MXBOOL_H
|