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