restore include paths for cross-platform builds because i messed absolutely every #include up.

This commit is contained in:
2026-03-24 19:51:01 -04:00
parent 7d485fdcd7
commit 8708dc9c83
8 changed files with 17 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
#include "Gui.h"
#include "Font.h"
#include "Options.h"
#include "Keyboard.h"
#include "client/Options.h"
#include "platform/input/Keyboard.h"
#include "screens/IngameBlockSelectionScreen.h"
#include "screens/ChatScreen.h"
#include "screens/ConsoleScreen.h"