diff options
| author | Léo Lam <leo@leolam.fr> | 2020-09-20 13:58:48 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-09-20 13:59:00 +0200 |
| commit | b8a3ac571c05cc04579356f8bfb57f52ae179ea0 (patch) | |
| tree | ce2db719feac1311a3d8e105d340c5529e37fa91 /CMakeLists.txt | |
| parent | 8b3aed47e638dd2192bc5d263ed2079ea84f990e (diff) | |
ksys/res: Implement GParamList PictureBook
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 736e1118..6a759c6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,6 +119,7 @@ add_executable(uking src/KingSystem/Resource/GeneralParamList/resGParamListObjectNest.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectNpc.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectNpcEquipment.h + src/KingSystem/Resource/GeneralParamList/resGParamListObjectPictureBook.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectPlayer.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectPrey.h src/KingSystem/Resource/GeneralParamList/resGParamListObjectRod.h |
