now its time to go through std hell...

This commit is contained in:
Mohamed Ashraf 2026-03-02 22:41:28 +04:00
parent 19da56305e
commit 9cfc2e5b16
2 changed files with 2 additions and 2 deletions

View file

@ -107,6 +107,8 @@ typedef XUID GameSessionUID;
#include <memory>
#include "x64headers/extraX64.h"
#include <list>
#include <map>
#include <set>

View file

@ -11,9 +11,7 @@
#define MULTITHREAD_ENABLE
#ifndef __linux__
typedef unsigned char byte;
#endif // __linux__
const int XUSER_INDEX_ANY = 255;
const int XUSER_INDEX_FOCUS = 254;