1 2 3 4 5 6 7 8
#ifndef LOGGER_H_6E7B9594 #define LOGGER_H_6E7B9594 #include <string> void TrackerLog(const std::string& text); #endif /* end of include guard: LOGGER_H_6E7B9594 */