setup
This commit is contained in:
10
src/game/Log.cpp
Normal file
10
src/game/Log.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "Log.h"
|
||||
#include <cstdio>
|
||||
|
||||
namespace Game
|
||||
{
|
||||
void Log(const char* text)
|
||||
{
|
||||
printf("%s\n", text);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user