Support utf8 codepoint in win32 console

This commit is contained in:
2025-03-05 16:55:08 -05:00
parent 764824ff24
commit 231fea81dd
2 changed files with 12 additions and 1 deletions

View File

@@ -65,5 +65,5 @@ extern "C" __declspec(dllexport) void __cdecl GameShutdown()
extern "C" __declspec(dllexport) void __cdecl GameUpdate(float deltaTime)
{
printf("Updating game...\n");
//printf("Updating game...\n");
}