- Timestamp:
- Apr 11, 2015, 10:36:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/command/ConsoleCommandManager.h
r10346 r10354 45 45 { 46 46 public: 47 static void registerCommand(ConsoleCommand* command); 47 48 static void registerCommand(const std::string& group, const std::string& name, ConsoleCommand* command); 48 49 static void unregisterCommand(ConsoleCommand* command);
Note: See TracChangeset
for help on using the changeset viewer.