📄 game_root.h
字号:
#pragma once
#include "stdafx.h"
#include "Game_App.h"
LRESULT WINAPI MsgProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam );
void MainLoop();
bool Setup(wchar_t* title, bool windowed);
void Cleanup();
void Loading(INT process);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -