- Timestamp:
- May 31, 2015, 11:54:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/libraries/core/command/ConsoleCommandManager.h
r10484 r10520 68 68 ConsoleCommand* getCommandLC(const std::string& group, const std::string& name, bool bPrintError = false); 69 69 70 void destroyAll();71 72 70 private: 73 71 std::map<std::string, std::map<std::string, ConsoleCommand*> > commandMap_;
Note: See TracChangeset
for help on using the changeset viewer.