Added guard

This commit is contained in:
polluks2
2023-05-18 00:08:26 +02:00
committed by GitHub
parent 19436f5159
commit 767875b5a7

View File

@@ -9,7 +9,9 @@
#ifndef _GCONST_H #ifndef _GCONST_H
#define _GCONST_H #define _GCONST_H
#ifndef NULL
#define NULL ((void *) 0) #define NULL ((void *) 0)
#endif
#define TRUE 0xff #define TRUE 0xff
#define FALSE ~TRUE #define FALSE ~TRUE
#define MOUSE_SPRNUM 0 #define MOUSE_SPRNUM 0