mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 11:18:07 +00:00
nuke PlatformServices
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
#include "platform/NetTypes.h"
|
||||
#include "minecraft/client/model/SkinBox.h"
|
||||
#include "platform/XboxStubs.h"
|
||||
#include "platform/PlatformServices.h"
|
||||
#include "java/Class.h"
|
||||
#include "java/File.h"
|
||||
#include "java/Random.h"
|
||||
|
||||
@@ -51,11 +51,10 @@ if get_option('ui_backend') == 'shiggy'
|
||||
client_dependencies += shiggy_dep
|
||||
endif
|
||||
|
||||
platform_services_src = files('../platform/PlatformServices.cpp')
|
||||
|
||||
client = executable(
|
||||
'Minecraft.Client',
|
||||
platform_sources + platform_services_src + localisation[1],
|
||||
platform_sources + localisation[1],
|
||||
include_directories: include_directories('..'),
|
||||
dependencies: client_dependencies,
|
||||
cpp_args: global_cpp_args
|
||||
|
||||
Reference in New Issue
Block a user