diff options
| author | Léo Lam <leo@leolam.fr> | 2020-09-20 13:06:23 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-09-20 13:06:23 +0200 |
| commit | f2d0fcc8c06d0cdbbfd7fa957e1d76eee6bf56e9 (patch) | |
| tree | aa09cbc28febcd1f64cd485b8636781b14f5b283 /CMakeLists.txt | |
| parent | 0c2a62c7fd0efd1cbbee9b76287252f298255162 (diff) | |
ksys/res: Implement GParamList Global
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 c5522801..16d52f54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,6 +92,7 @@ add_executable(uking src/KingSystem/Resource/GeneralParamList/resGParamListObjectGeneral.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectGiantArmor.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectGiantArmorSlot.h + src/KingSystem/Resource/GeneralParamList/resGParamListObjectGlobal.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectGrab.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectGuardian.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectGuardianMini.h |
