mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-27 16:13:37 +00:00
some fixes
This commit is contained in:
parent
81b10b245a
commit
df63e927eb
|
|
@ -1241,8 +1241,8 @@ source_group("Windows" FILES ${Windows})
|
|||
|
||||
set(Windows64
|
||||
"Windows64/Resource.h"
|
||||
"Windows64/Windows64_App.cpp"
|
||||
"Windows64/Windows64_App.h"
|
||||
# "Windows64/Windows64_App.cpp"
|
||||
# "Windows64/Windows64_App.h"
|
||||
)
|
||||
source_group("Windows64" FILES ${Windows64})
|
||||
|
||||
|
|
@ -2454,6 +2454,7 @@ set(ALL_FILES
|
|||
${net__minecraft__stats}
|
||||
Linux/Linux_UIController.cpp
|
||||
Linux/Linux_Minecraft.cpp
|
||||
Linux/Linux_App.cpp
|
||||
)
|
||||
|
||||
################################################################################
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
#include "../../Minecraft.World/Vec3.h"
|
||||
#include "../../Minecraft.World/Level.h"
|
||||
#include "../../Minecraft.World/net.minecraft.world.level.tile.h"
|
||||
#include "../../Minecraft.Client/OrbisMedia/strings.h"
|
||||
#include "../../Minecraft.Client/Windows64Media/strings.h"
|
||||
|
||||
#include "../ClientConnection.h"
|
||||
#include "../User.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue