fix missing file, commiting now because what im about to do might break Option class

This commit is contained in:
2026-03-17 02:48:31 -04:00
parent 0d1387ad8f
commit 2d731bc3b6
2 changed files with 10 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
#include "../Screen.h"
#include "../components/Button.h"
#include "client/gui/components/TextBox.h"
#include "/client/gui/components/TextBox.h"
#include <string>
class UsernameScreen : public Screen