the final rename

This commit is contained in:
MihailRis
2024-05-06 03:38:19 +03:00
parent f27a418dbe
commit 1627e21c1d
196 changed files with 836 additions and 815 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef FRONTEND_GUI_GUI_HPP_
#define FRONTEND_GUI_GUI_HPP_
#include "../../delegates.h"
#include "../../delegates.hpp"
#include <queue>
#include <memory>
+10 -10
View File
@@ -1,19 +1,19 @@
#include "InventoryView.hpp"
#include "../../../assets/Assets.hpp"
#include "../../../content/Content.h"
#include "../../../content/Content.hpp"
#include "../../../frontend/LevelFrontend.hpp"
#include "../../../items/Inventories.h"
#include "../../../items/Inventory.h"
#include "../../../items/ItemDef.h"
#include "../../../items/ItemStack.h"
#include "../../../logic/scripting/scripting.h"
#include "../../../maths/voxmaths.h"
#include "../../../objects/Player.h"
#include "../../../items/Inventories.hpp"
#include "../../../items/Inventory.hpp"
#include "../../../items/ItemDef.hpp"
#include "../../../items/ItemStack.hpp"
#include "../../../logic/scripting/scripting.hpp"
#include "../../../maths/voxmaths.hpp"
#include "../../../objects/Player.hpp"
#include "../../../util/stringutil.hpp"
#include "../../../voxels/Block.h"
#include "../../../voxels/Block.hpp"
#include "../../../window/Events.hpp"
#include "../../../window/input.hpp"
#include "../../../world/Level.h"
#include "../../../world/Level.hpp"
#include "../../core/Atlas.hpp"
#include "../../core/Batch2D.hpp"
#include "../../core/Font.hpp"
+5 -5
View File
@@ -1,10 +1,10 @@
#ifndef FRONTEND_INVENTORY_VIEW_H_
#define FRONTEND_INVENTORY_VIEW_H_
#ifndef FRONTEND_INVENTORY_VIEW_HPP_
#define FRONTEND_INVENTORY_VIEW_HPP_
#include "UINode.hpp"
#include "Container.hpp"
#include "../../../typedefs.h"
#include "../../../constants.h"
#include "../../../typedefs.hpp"
#include "../../../constants.hpp"
#include <vector>
#include <functional>
@@ -137,4 +137,4 @@ namespace gui {
};
}
#endif // FRONTEND_INVENTORY_VIEW_H_
#endif // FRONTEND_INVENTORY_VIEW_HPP_
+1 -1
View File
@@ -2,7 +2,7 @@
#define GRAPHICS_UI_ELEMENTS_PLOTTER_HPP_
#include "UINode.hpp"
#include "../../../typedefs.h"
#include "../../../typedefs.hpp"
#include <memory>
#include <glm/glm.hpp>
+4 -4
View File
@@ -1,7 +1,7 @@
#ifndef GRAPHICS_UI_ELEMENTS_UINODE_H_
#define GRAPHICS_UI_ELEMENTS_UINODE_H_
#ifndef GRAPHICS_UI_ELEMENTS_UINODE_HPP_
#define GRAPHICS_UI_ELEMENTS_UINODE_HPP_
#include "../../../delegates.h"
#include "../../../delegates.hpp"
#include "../../../window/input.hpp"
#include <glm/glm.hpp>
@@ -215,4 +215,4 @@ namespace gui {
};
}
#endif // GRAPHICS_UI_ELEMENTS_UINODE_H_
#endif // GRAPHICS_UI_ELEMENTS_UINODE_HPP_
+2 -2
View File
@@ -5,10 +5,10 @@
#include "elements/Button.hpp"
#include "gui_xml.hpp"
#include "../../logic/scripting/scripting.h"
#include "../../logic/scripting/scripting.hpp"
#include "../../frontend/locale.hpp"
#include "../../util/stringutil.hpp"
#include "../../delegates.h"
#include "../../delegates.hpp"
#include <glm/glm.hpp>
+2 -2
View File
@@ -4,8 +4,8 @@
#include <memory>
#include <string>
#include "GUI.hpp"
#include "../../typedefs.h"
#include "../../delegates.h"
#include "../../typedefs.hpp"
#include "../../delegates.hpp"
namespace gui {
class Button;
+3 -3
View File
@@ -12,9 +12,9 @@
#include "../../frontend/menu.hpp"
#include "../../frontend/locale.hpp"
#include "../../items/Inventory.h"
#include "../../logic/scripting/scripting.h"
#include "../../maths/voxmaths.h"
#include "../../items/Inventory.hpp"
#include "../../logic/scripting/scripting.hpp"
#include "../../maths/voxmaths.hpp"
#include "../../util/stringutil.hpp"
#include "../../window/Events.hpp"