Changeset 1427 for code/branches/console/src/core/CommandEvaluation.h
- Timestamp:
- May 26, 2008, 3:08:39 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/CommandEvaluation.h
r1424 r1427 46 46 CS_ShortcutOrIdentifier, 47 47 CS_Function, 48 CS_ParamPreparation, 48 49 CS_Params, 49 50 CS_Finished, … … 98 99 Identifier* functionclass_; 99 100 ConsoleCommand* function_; 101 std::string possibleArgument_; 102 std::string argument_; 100 103 101 104 std::string errorMessage_;
Note: See TracChangeset
for help on using the changeset viewer.