blob: f6697905ae5c8fac4fd1d7658b402ba5286d831c (
plain) (
tree)
|
|
#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 */
|