CVarConsole

This commit is contained in:
Sergeanur 2021-01-02 11:38:54 +02:00
commit 42e4a068bb
20 changed files with 1009 additions and 10 deletions

View file

@ -79,6 +79,10 @@ typedef int64_t int64;
// hardcode ucs-2
typedef uint16_t wchar;
typedef uint8 bool8;
typedef uint16 bool16;
typedef uint32 bool32;
#if defined(_MSC_VER)
typedef ptrdiff_t ssize_t;
#endif