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