Refactor project header and source files: update includes and restore method declarations for improved organization and clarity

This commit is contained in:
scawful
2024-11-10 09:03:35 -05:00
parent cd3540aaa2
commit d7f62f4fd4
2 changed files with 3 additions and 13 deletions

View File

@@ -3,6 +3,7 @@
#include <fstream>
#include <string>
#include "app/core/constants.h"
#include "app/gui/icons.h"
#include "imgui/imgui.h"
#include "imgui/misc/cpp/imgui_stdlib.h"