summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com>2018-12-05 22:31:01 +0800
committernullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com>2018-12-06 10:38:28 +0800
commitf9ff7316d5c7277eb7482e30121388cd65f4ecfc (patch)
treeee8f4a9c338f880a3585d6e9ed9ed695f27cef3d /include
parent405f1bb529809b8169364737087189df0fcca1d2 (diff)
Remove uses of INVALID_ defines, clean up some arrays with constants, and spaces -> tabs
Diffstat (limited to 'include')
-rw-r--r--include/global.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/global.h b/include/global.h
index 1bca4c344..cc8df049f 100644
--- a/include/global.h
+++ b/include/global.h
@@ -25,14 +25,6 @@
#define INCBIN_S32 {0}
#endif // IDE support
-// Invalid / Out of Bound Placeholder values
-#define INVALID_U8 0xFF
-#define INVALID_U16 0xFFFF
-#define INVALID_U32 0xFFFFFFFF
-#define INVALID_S8 -1
-#define INVALID_S16 -1
-#define INVALID_S32 -1
-
#define ARRAY_COUNT(array) (size_t)(sizeof(array) / sizeof((array)[0]))
#define SWAP(a, b, temp) \