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