* Update the game title once again.

This commit is contained in:
iProgramInCpp
2023-08-06 14:03:33 +03:00
parent 6d8693ada5
commit e7a520ba34

View File

@@ -16,8 +16,8 @@
#include "AppPlatform_windows.hpp"
#include "NinecraftApp.hpp"
LPCTSTR g_GameTitle = TEXT("Minecraft PE");
LPCTSTR g_WindowClassName = TEXT("MinecraftClass");
LPCTSTR g_GameTitle = TEXT("ReMinecraftPE");
LPCTSTR g_WindowClassName = TEXT("MCPEClass");
void LogMsg(const char* fmt, ...)
{