diff options
| author | Léo Lam <leo@leolam.fr> | 2020-09-20 11:55:42 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-09-20 11:55:47 +0200 |
| commit | ef1925df9fb9e0841615cda9426414c486b7dec1 (patch) | |
| tree | 5f5dbd8914031849ab7e61f6e8f22d4e22ca6e83 /CMakeLists.txt | |
| parent | 518586b3528dcc1924853e3eba39908761c1209f (diff) | |
ksys/res: Implement GParamList Rope
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 859fc92e..f0fa1d4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,6 +101,7 @@ add_executable(uking src/KingSystem/Resource/GeneralParamList/resGParamListObjectPlayer.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectPrey.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectRod.h + src/KingSystem/Resource/GeneralParamList/resGParamListObjectRope.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectRupee.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectSandworm.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectSeriesArmor.h |
