mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
Add FLAGS64 typedef
This commit is contained in:
+2
-1
@@ -52,7 +52,8 @@ typedef CHAR16 * STR16;
|
|||||||
// flags (individual bits used)
|
// flags (individual bits used)
|
||||||
typedef unsigned char FLAGS8;
|
typedef unsigned char FLAGS8;
|
||||||
typedef unsigned short FLAGS16;
|
typedef unsigned short FLAGS16;
|
||||||
typedef unsigned long FLAGS32;
|
typedef unsigned long FLAGS32;
|
||||||
|
typedef UINT64 FLAGS64;
|
||||||
// other
|
// other
|
||||||
typedef unsigned char BOOLEAN;
|
typedef unsigned char BOOLEAN;
|
||||||
typedef void * PTR;
|
typedef void * PTR;
|
||||||
|
|||||||
Reference in New Issue
Block a user