mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03: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
|
|
}
|