diff options
| author | Aetias <aetias@outlook.com> | 2024-03-02 08:29:32 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-03-02 08:29:32 +0100 |
| commit | c661e62d40bf219f6e9a28a27d23656d4cb6e67a (patch) | |
| tree | dc082b4a138ab9f1dba7aa64b23f3ea693dd5d84 /include/Player | |
| parent | 36223d28a1d6d2dd209f324d363f5dafdbf50013 (diff) | |
Organize source code structure
Diffstat (limited to 'include/Player')
| -rw-r--r-- | include/Player/EquipItem.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Player/EquipItem.hpp b/include/Player/EquipItem.hpp index 1108d23f..c4159185 100644 --- a/include/Player/EquipItem.hpp +++ b/include/Player/EquipItem.hpp @@ -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:
|
