diff options
| author | Léo Lam <leo@leolam.fr> | 2020-09-20 12:13:57 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-09-20 12:13:57 +0200 |
| commit | 15deb532c222c85c63823bdf15700916356a7e7e (patch) | |
| tree | 569a5aa4b425f0d8af2fb5fee88b01fe7d9a9476 /CMakeLists.txt | |
| parent | 2daaa04b7185224b8b63d4ce698aa7b2eea56b34 (diff) | |
ksys/res: Implement GParamList MonsterShop
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 cf9a13c5..b2d34424 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,6 +104,7 @@ add_executable(uking src/KingSystem/Resource/GeneralParamList/resGParamListObjectLiftable.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectLumberjackTree.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectMasterSword.h + src/KingSystem/Resource/GeneralParamList/resGParamListObjectMonsterShop.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectNpc.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectNpcEquipment.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectPlayer.h |
