7 lines
63 B
C++
7 lines
63 B
C++
#pragma once
|
|
|
|
namespace Game
|
|
{
|
|
void Log(const char* text);
|
|
}
|