Restructing on the project
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
|
||||
* obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#ifndef GUARD_TOURMALINE_LOGGING_H
|
||||
#define GUARD_TOURMALINE_LOGGING_H
|
||||
#include <array>
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
@@ -33,3 +34,4 @@ private:
|
||||
static std::array<const std::string, 6> LogLevelToString;
|
||||
};
|
||||
} // namespace Tourmaline::Systems
|
||||
#endif
|
||||
@@ -7,7 +7,7 @@
|
||||
* obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#include "../ECS.hpp"
|
||||
#include "../../headers/ECS.hpp"
|
||||
|
||||
using namespace Tourmaline::ECS;
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
* obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#include "../ECS.hpp"
|
||||
#include "../Systems/Random.hpp"
|
||||
#include "../../headers/ECS.hpp"
|
||||
#include "../../headers/Systems/Random.hpp"
|
||||
|
||||
using namespace Tourmaline::ECS;
|
||||
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
* obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#include "../Logging.hpp"
|
||||
#include "../../headers/Systems/Logging.hpp"
|
||||
|
||||
#include <cerrno>
|
||||
#include <chrono>
|
||||
#include <cstddef>
|
||||
@@ -6,7 +6,8 @@
|
||||
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
|
||||
* obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
#include "../Random.hpp"
|
||||
#include "../../headers/Systems/Random.hpp"
|
||||
|
||||
#include <bit>
|
||||
#include <cstdint>
|
||||
#include <ctime>
|
||||
@@ -7,7 +7,8 @@
|
||||
* obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#include "../Types.hpp"
|
||||
#include "../../headers/Types.hpp"
|
||||
|
||||
#include <charconv>
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
|
||||
Reference in New Issue
Block a user