Jack Back bcdbe48523 init
2024-01-24 10:45:25 +01:00

7 lines
79 B
C++

#pragma once
namespace game_log
{
void g_log_printf(const char* fmt, ...);
}