frontend/

This commit is contained in:
InfiniteCoder
2024-08-06 00:01:27 +03:00
parent 8f9c7eb7ff
commit 9283aa605f
17 changed files with 30 additions and 30 deletions
+4 -4
View File
@@ -15,10 +15,10 @@
#include <core_defs.hpp>
#include <files/files.hpp>
#include <files/settings_io.hpp>
#include "frontend/locale.hpp"
#include "frontend/menu.hpp"
#include "frontend/screens/Screen.hpp"
#include "frontend/screens/MenuScreen.hpp"
#include <frontend/locale.hpp>
#include <frontend/menu.hpp>
#include <frontend/screens/Screen.hpp>
#include <frontend/screens/MenuScreen.hpp>
#include <graphics/core/Batch2D.hpp>
#include <graphics/core/DrawContext.hpp>
#include <graphics/core/ImageData.hpp>