This commit is contained in:
Asuro
2025-02-07 00:32:38 +01:00
parent 445844bb6d
commit 3be734ae2f
16 changed files with 193 additions and 32 deletions

6
src/game/Log.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
namespace Game
{
void Log(const char* text);
}