diff options
| author | Léo Lam <leo@leolam.fr> | 2020-09-20 12:00:09 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-09-20 12:00:09 +0200 |
| commit | c6d573f6d7048b00305e0c68a708b0d1346bec11 (patch) | |
| tree | c3a2b12fba7ace86623954a1faaff27967559ec5 /CMakeLists.txt | |
| parent | 782cdf941505604b5cf40fd821b7b838b27241e6 (diff) | |
ksys/res: Implement GParamList HorseUnit
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 0d3de822..e35a2b20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,6 +91,7 @@ add_executable(uking src/KingSystem/Resource/GeneralParamList/resGParamListObjectGrab.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectGuardianMiniWeapon.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectHorse.h + src/KingSystem/Resource/GeneralParamList/resGParamListObjectHorseUnit.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectInsect.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectItem.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectLargeSword.h |
