#ifndef LOGGER_H_9BDD07EA #define LOGGER_H_9BDD07EA #include class LogDialog; void TrackerLog(std::string message); std::string TrackerReadPastLog(); void TrackerSetLogDialog(LogDialog* log_dialog); #endif /* end of include guard: LOGGER_H_9BDD07EA */