Changeset 7989 for code/branches/usability/src/libraries/core/command
- Timestamp:
- Feb 27, 2011, 5:08:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/usability/src/libraries/core/command/ConsoleCommand.h
r7861 r7989 317 317 inline void void__void(void) {} 318 318 inline void void__string(const std::string&) {} 319 320 inline std::string string__bool(bool) { return ""; } 321 inline std::string string__string(const std::string&) { return ""; } 322 inline std::string string__uint_uint_bool(unsigned int, unsigned int, bool) { return ""; } 319 323 } 320 324
Note: See TracChangeset
for help on using the changeset viewer.