mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Add type alias uintp and intp
Commonly used types across Valve Source SDK.
This commit is contained in:
parent
25aa8f02c0
commit
41dbf77715
@ -17,7 +17,11 @@ using std::ostringstream;
|
||||
using std::unordered_map;
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
typedef DWORD ThreadId_t;
|
||||
typedef uintptr_t uintp;
|
||||
typedef intptr_t intp;
|
||||
|
||||
typedef const unsigned char* rsig_t;
|
||||
typedef std::make_signed_t<std::size_t> ssize_t;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user