diff options
Diffstat (limited to 'src/cat/CommandInterface.cpp')
| -rw-r--r-- | src/cat/CommandInterface.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cat/CommandInterface.cpp b/src/cat/CommandInterface.cpp index f146ed4..f434f54 100644 --- a/src/cat/CommandInterface.cpp +++ b/src/cat/CommandInterface.cpp @@ -31,6 +31,11 @@ std::string CommandInterface::FormatCommand(std::string command) return command; } +void CommandInterface::Log(LogType type, std::string message) +{ + //Todo Put this info somewhere, an on-screen log output would be nice. +} + int CommandInterface::GetPropertyOffset(std::string key_, FormatType & format) { char * key = (char *)key_.c_str(); |
