重新细分项目结构

This commit is contained in:
2026-04-23 19:08:06 +08:00
parent 35c2fab170
commit 05e9f30c15
20 changed files with 55 additions and 48 deletions
+9
View File
@@ -0,0 +1,9 @@
#include "stdafx.h"
#include "Tetris.h"
void TDrawScreen(HDC hdc, HWND hWnd)
{
// TODO(作业20): 完整绘制游戏界面。
UNREFERENCED_PARAMETER(hdc);
UNREFERENCED_PARAMETER(hWnd);
}