thunderbrew/src/util/Log.cpp

12 lines
206 B
C++
Raw Normal View History

2023-01-02 13:17:18 -06:00
#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
}