about summary refs log tree commit diff stats
path: root/vendor/hkutil
Commit message (Expand)AuthorAgeFilesLines
* Started reading in game data yamlStar Rauchenberger2023-05-021<
#ifndef LOGGER_H_6E7B9594
#define LOGGER_H_6E7B9594

#include <string>

void TrackerLog(const std::string& text);

#endif /* end of include guard: LOGGER_H_6E7B9594 */