mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-11 13:08:33 -04:00
Add BIT_64 define to types.h
I'll be using this
This commit is contained in:
@@ -4,6 +4,13 @@
|
||||
#ifdef __REVOLUTION_SDK__
|
||||
#include <revolution/types.h>
|
||||
#else
|
||||
|
||||
#if _WIN64 || __LP64__
|
||||
#define BIT_64 1
|
||||
#else
|
||||
#define BIT_64 0
|
||||
#endif
|
||||
|
||||
typedef signed char s8;
|
||||
typedef unsigned char u8;
|
||||
typedef signed short int s16;
|
||||
|
||||
Reference in New Issue
Block a user