fix: remove hardcoded win64 app includes

This commit is contained in:
Tropical
2026-03-04 18:24:32 -06:00
parent 7cb82626fa
commit 1eac848d3d
21 changed files with 4 additions and 29 deletions

View File

@@ -3,7 +3,7 @@
#include "PacketListener.h"
#include "BasicTypeContainers.h"
#include "CustomPayloadPacket.h"
#include "../Minecraft.Client/Windows64/Windows64_App.h"
// Mojang-defined custom packets
const wstring CustomPayloadPacket::CUSTOM_BOOK_PACKET = L"MC|BEdit";
const wstring CustomPayloadPacket::CUSTOM_BOOK_SIGN_PACKET = L"MC|BSign";