diff options
Diffstat (limited to 'src/logger.h')
| -rw-r--r-- | src/logger.h | 14 |
1 files changed, 14 insertions, 0 deletions
| diff --git a/src/logger.h b/src/logger.h new file mode 100644 index 0000000..f669790 --- /dev/null +++ b/src/logger.h | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | #ifndef LOGGER_H_9BDD07EA | ||
| 2 | #define LOGGER_H_9BDD07EA | ||
| 3 | |||
| 4 | #include <string> | ||
| 5 | |||
| 6 | class LogDialog; | ||
| 7 | |||
| 8 | void TrackerLog(std::string message); | ||
| 9 | |||
| 10 | std::string TrackerReadPastLog(); | ||
| 11 | |||
| 12 | void TrackerSetLogDialog(LogDialog* log_dialog); | ||
| 13 | |||
| 14 | #endif /* end of include guard: LOGGER_H_9BDD07EA */ | ||
