Organize source code structure

This commit is contained in:
Aetias
2024-03-02 08:29:32 +01:00
parent 36223d28a1
commit c661e62d40
9 changed files with 13 additions and 21 deletions
+3 -2
View File
@@ -2,8 +2,9 @@
#include "types.h"
#include "global.h"
#include "Item.hpp"
#include "SysNew.hpp"
#include "Item/Item.hpp"
#include "System/SysNew.hpp"
class EquipItem : public SysObject {
private: