Changeset 1441 for code/branches/console/src/core/CommandExecutor.h
- Timestamp:
- May 27, 2008, 6:29:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/CommandExecutor.h
r1434 r1441 35 35 36 36 #include "CommandEvaluation.h" 37 38 #define COMMAND_EXECUTOR_CURSOR "$"39 37 40 38 namespace orxonox … … 95 93 static void createArgumentCompletionList(ConsoleCommand* command, unsigned int param); 96 94 static std::string getCommonBegin(const std::list<std::pair<const std::string*, const std::string*> >& list); 97 static std::string getCommonBegin(const std::list<std::pair<std::string, std::string> >& list); 98 static bool compareStringsInList(const std::pair<const std::string*, const std::string*>& first, const std::pair<const std::string*, const std::string*>& second); 99 static bool compareStringsInList2(const std::pair<std::string, std::string>& first, const std::pair<std::string, std::string>& second); 100 95 static std::string getCommonBegin(const ArgumentCompletionList& list); 101 96 102 97 CommandEvaluation evaluation_;
Note: See TracChangeset
for help on using the changeset viewer.