diff options
| author | Léo Lam <leo@leolam.fr> | 2020-09-20 11:57:37 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-09-20 11:57:37 +0200 |
| commit | 782cdf941505604b5cf40fd821b7b838b27241e6 (patch) | |
| tree | 7732eb8c3d01d47e2830ad109cbc0fd5505af846 /CMakeLists.txt | |
| parent | ef1925df9fb9e0841615cda9426414c486b7dec1 (diff) | |
ksys/res: Implement GParamList Horse
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 f0fa1d4c..0d3de822 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,6 +90,7 @@ add_executable(uking src/KingSystem/Resource/GeneralParamList/resGParamListObjectGeneral.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectGrab.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectGuardianMiniWeapon.h + src/KingSystem/Resource/GeneralParamList/resGParamListObjectHorse.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectInsect.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectItem.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectLargeSword.h |
