Changeset 7401 in orxonox.OLD for trunk/src/lib/shell/shell_command.h
- Timestamp:
- Apr 27, 2006, 4:49:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.h
r7398 r7401 82 82 83 83 static bool isRegistered(const std::string& commandName, const std::string& className); 84 static const char*paramToString(long parameter);84 static const std::string& paramToString(long parameter); 85 85 86 86 private:
Note: See TracChangeset
for help on using the changeset viewer.