mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-04-29 19:44:52 +02:00
15 lines
168 B
C++
15 lines
168 B
C++
![]() |
#pragma once
|
||
|
|
||
|
namespace dbg_log
|
||
|
{
|
||
|
|
||
|
bool init(const wchar_t *path);
|
||
|
|
||
|
bool init(const char *path);
|
||
|
|
||
|
void write(const char* fmt, ...);
|
||
|
|
||
|
void close();
|
||
|
|
||
|
}
|