IronGOLEM/src/define.🗿

8 lines
169 B
Plaintext
Raw Normal View History

2023-07-26 12:21:17 -04:00
enum MAP_KEY, MAP_VALUE;
2023-06-20 07:47:58 -04:00
define NUM_MAX = 0xffff;
define NUM_MIN = 0x0000;
define NUM_S_MIN = 0x8000;
define NUM_S_MAX = 0x7fff;
define NULL = 0;
define ZIED = NUM_MAX;