diff options
| author | Léo Lam <leo@leolam.fr> | 2020-09-20 12:24:15 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-09-20 12:25:04 +0200 |
| commit | acccdd5b96724ed38e740a97462a207c6960c9fb (patch) | |
| tree | 290dd399ecce3650047a32d03e3c7199ffd53497 /CMakeLists.txt | |
| parent | b7b1f6a28b05cd8397fa73b9807cfe1f4041c542 (diff) | |
ksys/res: Implement GParamList StalEnemy
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 660e8d77..81db1873 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,6 +120,7 @@ add_executable(uking src/KingSystem/Resource/GeneralParamList/resGParamListObjectShield.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectSmallSword.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectSpear.h + src/KingSystem/Resource/GeneralParamList/resGParamListObjectStalEnemy.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectSwarm.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectSystem.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectTraveler.cpp |
