- CLuaInstance::MenuAddItem: add 'next' and 'cancel' items

This commit is contained in:
svenhoefer
2014-01-27 21:10:41 +01:00
parent 372b367b8b
commit 6a821fe2a5
2 changed files with 5 additions and 0 deletions

View File

@@ -650,6 +650,7 @@ class CMenuSelectorTarget : public CMenuTarget
extern CMenuSeparator * const GenericMenuSeparator;
extern CMenuSeparator * const GenericMenuSeparatorLine;
extern CMenuForwarder * const GenericMenuBack;
extern CMenuForwarder * const GenericMenuNext;
extern CMenuForwarder * const GenericMenuCancel;
#endif