mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-07-14 07:01:05 -05:00
8 lines
121 B
C++
8 lines
121 B
C++
#pragma once
|
|
|
|
namespace Logger
|
|
{
|
|
void Initialize(void);
|
|
void Log(const char *Format, ...);
|
|
} // namespace Logger
|