1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef LOGGER_H_9BDD07EA #define LOGGER_H_9BDD07EA #include <string> class LogDialog; void TrackerLog(std::string message); std::string TrackerReadPastLog(); void TrackerSetLogDialog(LogDialog* log_dialog); #endif /* end of include guard: LOGGER_H_9BDD07EA */