includes refactor

This commit is contained in:
MihailRis
2024-05-13 03:20:09 +03:00
parent f8a5f329a4
commit 165525f18c
13 changed files with 15 additions and 12 deletions
+2 -2
View File
@@ -1,14 +1,14 @@
#ifndef FRONTEND_LOCALES_HPP_
#define FRONTEND_LOCALES_HPP_
#include "../content/ContentPack.hpp"
#include <string>
#include <vector>
#include <memory>
#include <filesystem>
#include <unordered_map>
struct ContentPack;
namespace langs {
const char LANG_FILE_EXT[] = ".txt";
const char TEXTS_FOLDER[] = "texts";
+1
View File
@@ -20,6 +20,7 @@
#include "../../world/World.hpp"
#include "../../window/Camera.hpp"
#include "../../window/Events.hpp"
#include "../../window/Window.hpp"
#include "../../engine.hpp"
static debug::Logger logger("level-screen");