This commit is contained in:
MihailRis
2024-04-23 18:43:02 +03:00
parent 67f34ceb8c
commit 051f0b8c6a
35 changed files with 61 additions and 62 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
#include "ChunksRenderer.h"
#include "../../debug/Logger.h"
#include "../../debug/Logger.hpp"
#include "../../graphics/core/Mesh.hpp"
#include "BlocksRenderer.h"
#include "../../voxels/Chunk.h"
#include "../../world/Level.h"
#include "BlocksRenderer.h"
#include <iostream>
#include <glm/glm.hpp>
+1 -1
View File
@@ -1,4 +1,4 @@
#include "GUI.h"
#include "GUI.hpp"
#include "elements/UINode.hpp"
#include "elements/Menu.hpp"
@@ -1,5 +1,5 @@
#ifndef FRONTEND_GUI_GUI_H_
#define FRONTEND_GUI_GUI_H_
#ifndef FRONTEND_GUI_GUI_HPP_
#define FRONTEND_GUI_GUI_HPP_
#include <queue>
#include <memory>
@@ -128,4 +128,4 @@ namespace gui {
};
}
#endif // FRONTEND_GUI_GUI_H_
#endif // FRONTEND_GUI_GUI_HPP_
+2 -2
View File
@@ -1,8 +1,8 @@
#include "gui_util.h"
#include "gui_util.hpp"
#include "elements/Label.hpp"
#include "elements/Menu.hpp"
#include "elements/Button.hpp"
#include "gui_xml.h"
#include "gui_xml.hpp"
#include <glm/glm.hpp>
@@ -1,9 +1,9 @@
#ifndef FRONTEND_GUI_GUI_UTIL_H_
#define FRONTEND_GUI_GUI_UTIL_H_
#ifndef FRONTEND_GUI_GUI_UTIL_HPP_
#define FRONTEND_GUI_GUI_UTIL_HPP_
#include <memory>
#include <string>
#include "GUI.h"
#include "GUI.hpp"
#include "../../typedefs.h"
#include "../../delegates.h"
@@ -40,4 +40,4 @@ namespace guiutil {
std::wstring notext=L"");
}
#endif // FRONTEND_GUI_GUI_UTIL_H_
#endif // FRONTEND_GUI_GUI_UTIL_HPP_
+1 -1
View File
@@ -1,4 +1,4 @@
#include "gui_xml.h"
#include "gui_xml.hpp"
#include <charconv>
#include <stdexcept>
@@ -1,12 +1,12 @@
#ifndef FRONTEND_GUI_GUI_XML_H_
#define FRONTEND_GUI_GUI_XML_H_
#ifndef FRONTEND_GUI_GUI_XML_HPP_
#define FRONTEND_GUI_GUI_XML_HPP_
#include <memory>
#include <stack>
#include <unordered_set>
#include <unordered_map>
#include "GUI.h"
#include "GUI.hpp"
#include "../../coders/xml.h"
namespace gui {
@@ -57,4 +57,4 @@ namespace gui {
};
}
#endif // FRONTEND_GUI_GUI_XML_H_
#endif // FRONTEND_GUI_GUI_XML_HPP_