run IWYU on Minecraft.Client

This commit is contained in:
Tropical
2026-03-31 13:48:40 -05:00
parent ee31bfcec5
commit 2ea30f3ae2
950 changed files with 6343 additions and 2698 deletions

View File

@@ -1,5 +1,10 @@
#include "NetworkPlayerQNet.h"
#include <limits.h>
#include "Minecraft.World/x64headers/extraX64.h"
#include "java/System.h"
NetworkPlayerQNet::NetworkPlayerQNet(IQNetPlayer* qnetPlayer) {
m_qnetPlayer = qnetPlayer;
m_pSocket = nullptr;