mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-19 08:38:07 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
#include "NameEntryScreen.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "NameEntryScreen.h"
|
||||
#include "Button.h"
|
||||
#include "Minecraft.Client/include/stubs.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/client/gui/Screen.h"
|
||||
#include "Minecraft.Client/include/stubs.h"
|
||||
|
||||
const std::wstring NameEntryScreen::allowedChars =
|
||||
L"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 "
|
||||
|
||||
Reference in New Issue
Block a user