.h -> .hpp everything

This commit is contained in:
Kolyah35
2026-03-28 01:08:50 +03:00
parent 7d3257669a
commit 7418263193
845 changed files with 53732 additions and 53754 deletions

View File

@@ -1,25 +1,25 @@
#include "TouchIngameBlockSelectionScreen.h"
#include "../crafting/WorkbenchScreen.h"
#include "../../Screen.h"
#include "../../components/ImageButton.h"
#include "../../components/InventoryPane.h"
#include <gamemode/GameMode.h>
#include "../../../renderer/TileRenderer.h"
#include "../../../player/LocalPlayer.h"
#include "../../../renderer/gles.h"
#include "../../../renderer/entity/ItemRenderer.h"
#include "../../../renderer/Tesselator.h"
#include "../../../renderer/Textures.h"
#include "../../../Minecraft.h"
#include "../../../sound/SoundEngine.h"
#include "../../../../world/entity/player/Inventory.h"
#include "../../../../platform/input/Mouse.h"
#include "../../../../util/Mth.h"
#include "../../../../world/item/ItemInstance.h"
#include "../../../../world/entity/player/Player.h"
#include "../../../../world/item/crafting/Recipe.h"
#include "../../../player/input/touchscreen/TouchAreaModel.h"
#include "../ArmorScreen.h"
#include "TouchIngameBlockSelectionScreen.hpp"
#include "client/gui/screens/crafting/WorkbenchScreen.hpp"
#include "client/gui/Screen.hpp"
#include "client/gui/components/ImageButton.hpp"
#include "client/gui/components/InventoryPane.hpp"
#include <gamemode/GameMode.hpp>
#include "client/renderer/TileRenderer.hpp"
#include "client/player/LocalPlayer.hpp"
#include "client/renderer/gles.hpp"
#include "client/renderer/entity/ItemRenderer.hpp"
#include "client/renderer/Tesselator.hpp"
#include "client/renderer/Textures.hpp"
#include "client/Minecraft.hpp"
#include "client/sound/SoundEngine.hpp"
#include "world/entity/player/Inventory.hpp"
#include "platform/input/Mouse.hpp"
#include "util/Mth.hpp"
#include "world/item/ItemInstance.hpp"
#include "world/entity/player/Player.hpp"
#include "world/item/crafting/Recipe.hpp"
#include "client/player/input/touchscreen/TouchAreaModel.hpp"
#include "client/gui/screens/ArmorScreen.hpp"
namespace Touch {