refactor: phase 0 & 1

This commit is contained in:
2026-04-26 20:02:15 +03:00
parent 844093e3e7
commit b5c506cf03
36 changed files with 690 additions and 137 deletions
+1 -3
View File
@@ -1,5 +1,4 @@
#ifndef MAIN_HPP
#define MAIN_HPP
#pragma once
#include <const.h>
#include "account.hpp"
#include "title.hpp"
@@ -23,4 +22,3 @@ inline std::string g_currentFile = "";
inline bool g_isTransferringFile = false;
inline const std::string g_emptySave = "New...";
#endif