diff options
| author | Léo Lam <leo@leolam.fr> | 2020-09-20 12:12:34 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-09-20 12:12:34 +0200 |
| commit | 2daaa04b7185224b8b63d4ce698aa7b2eea56b34 (patch) | |
| tree | 53947aac10911f7ee26232bee279d35d99bdbb5f /CMakeLists.txt | |
| parent | 63c932e39628136a4dabf0a631092cac3ff49211 (diff) | |
ksys/res: Implement GParamList Guardian
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b2be9207..cf9a13c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,6 +91,7 @@ add_executable(uking src/KingSystem/Resource/GeneralParamList/resGParamListObjectGiantArmor.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectGiantArmorSlot.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectGrab.h + src/KingSystem/Resource/GeneralParamList/resGParamListObjectGuardian.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectGuardianMiniWeapon.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectHorse.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectHorseCreator.h |
