7 lines
79 B
C++
7 lines
79 B
C++
#pragma once
|
|
|
|
namespace game_log
|
|
{
|
|
void g_log_printf(const char* fmt, ...);
|
|
}
|