Support utf8 codepoint in win32 console
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user