mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-27 15:43:38 +00:00
fix: extraX64.h
This commit is contained in:
parent
e3b63aa690
commit
bb741c8bec
|
|
@ -1,6 +1,7 @@
|
|||
#include "stdafx.h"
|
||||
|
||||
#include "PS3LeaderboardManager.h"
|
||||
#include "../../../Minecraft.World/x64headers/extraX64.h"
|
||||
|
||||
#include "base64.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ typedef XUID GameSessionUID;
|
|||
|
||||
#include "../Minecraft.Client/xbox/network/extra.h"
|
||||
#else
|
||||
#include "extraX64.h"
|
||||
#include "../Minecraft.World/x64headers/extraX64.h"
|
||||
#endif
|
||||
|
||||
#ifdef __PS3__
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
#define MULTITHREAD_ENABLE
|
||||
|
||||
typedef unsigned char byte;
|
||||
const int XUSER_INDEX_ANY = 255;
|
||||
const int XUSER_INDEX_FOCUS = 254;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue