fix: make it build on windows

This commit is contained in:
Tropical
2026-04-10 19:12:57 -07:00
parent c58c1bd9d2
commit c432e83d18
20 changed files with 85 additions and 77 deletions

View File

@@ -24,6 +24,7 @@
#include "minecraft/world/level/tile/entity/HopperTileEntity.h"
#include "platform/profile/profile.h"
#include "platform/storage/storage.h"
#include "strings.h"
unsigned char MenuController::m_szPNG[8] = {137, 80, 78, 71, 13, 10, 26, 10};