Changeset 7235 for code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.h
- Timestamp:
- Aug 28, 2010, 1:25:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/ArgumentCompletionFunctions.h
r7234 r7235 60 60 { 61 61 ARGUMENT_COMPLETION_FUNCTION_DECLARATION(fallback)(); 62 ARGUMENT_COMPLETION_FUNCTION_DECLARATION(groupsandcommands)( );62 ARGUMENT_COMPLETION_FUNCTION_DECLARATION(groupsandcommands)(const std::string& fragment); 63 63 ARGUMENT_COMPLETION_FUNCTION_DECLARATION(subcommands)(const std::string& fragment, const std::string& group); 64 64 ARGUMENT_COMPLETION_FUNCTION_DECLARATION(command)(const std::string& fragment);
Note: See TracChangeset
for help on using the changeset viewer.