mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-06-24 22:35:33 +00:00
add support for linux clang cross compiles
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#include "stdafx.h"
|
||||
#include "UI.h"
|
||||
#include "UIScene_InGamePlayerOptionsMenu.h"
|
||||
#include "..\..\Minecraft.h"
|
||||
#include "..\..\MultiPlayerLocalPlayer.h"
|
||||
#include "..\..\ClientConnection.h"
|
||||
#include "..\..\..\Minecraft.World\net.minecraft.network.packet.h"
|
||||
#include "../../Minecraft.h"
|
||||
#include "../../MultiPlayerLocalPlayer.h"
|
||||
#include "../../ClientConnection.h"
|
||||
#include "../../../Minecraft.World/net.minecraft.network.packet.h"
|
||||
|
||||
#define CHECKBOXES_TIMER_ID 0
|
||||
#define CHECKBOXES_TIMER_TIME 100
|
||||
|
||||
Reference in New Issue
Block a user