FIX: other platforms compilation

This commit is contained in:
2026-04-04 12:11:33 +03:00
parent 1158644de7
commit c70cd428fd
4 changed files with 15 additions and 14 deletions

View File

@@ -2,8 +2,8 @@
#include "../Screen.h"
#include "../components/Button.h"
#include "../../Minecraft.h"
#include "ImageButton.h"
#include "TextBox.h"
#include "../components/ImageButton.h"
#include "../components/TextBox.h"
class JoinByIPScreen: public Screen
{