From 1dbd59e6ab9a917214d98c53a8ab8ca5b0d47223 Mon Sep 17 00:00:00 2001 From: zuu Date: Thu, 6 Feb 2014 19:48:19 +0000 Subject: (svn r26306) -Add: [nogo] More story APIs: RemovePageElement, GetCompany, GetDate, SetDate --- src/command_type.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/command_type.h') 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 -- cgit v1.2.3-54-g00ecf