更新窗口标题,添加版本号 1.0.0

This commit is contained in:
Ayndpa
2025-11-19 22:38:21 +08:00
parent d91d57e20a
commit c8ad3052f9

View File

@@ -233,7 +233,7 @@ int main()
}
// Create window
GLFWwindow *window = glfwCreateWindow(1280, 720, "在线游戏工具", nullptr, nullptr);
GLFWwindow *window = glfwCreateWindow(1280, 720, "在线游戏工具 - 1.0.0", nullptr, nullptr);
if (!window)
{
std::cerr << "Failed to create GLFW window" << std::endl;