thunderbrew/src/util/Log.cpp
2023-01-02 13:17:18 -06:00

11 lines
206 B
C++

#include "util/Log.hpp"
bool SLogCreate(const char* filename, uint32_t flags, void* log) {
// TODO
return true;
}
void SysMsgPrintf(SYSMSG_TYPE severity, const char* format, ...) {
// TODO
}