mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
11 lines
206 B
C++
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
|
|
}
|