diff options
Diffstat (limited to 'src/command_type.h')
-rw-r--r-- | src/command_type.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command_type.h b/src/command_type.h index d1c328e4c..b4a49bd9f 100644 --- a/src/command_type.h +++ b/src/command_type.h @@ -288,8 +288,10 @@ enum Commands { CMD_CREATE_STORY_PAGE_ELEMENT, ///< create a new story page element CMD_UPDATE_STORY_PAGE_ELEMENT, ///< update a story page element CMD_SET_STORY_PAGE_TITLE, ///< update title of a story page + CMD_SET_STORY_PAGE_DATE, ///< update date of a story page CMD_SHOW_STORY_PAGE, ///< show a story page CMD_REMOVE_STORY_PAGE, ///< remove a story page + CMD_REMOVE_STORY_PAGE_ELEMENT, ///< remove a story page element CMD_LEVEL_LAND, ///< level land CMD_BUILD_LOCK, ///< build a lock |