Add files via upload

This commit is contained in:
gzygood
2025-05-13 18:22:25 +08:00
committed by GitHub
parent 8f12d13c13
commit 8588f832ec
10 changed files with 584 additions and 0 deletions

5
framework.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#define WIN32_LEAN_AND_MEAN // 从 Windows 头文件中排除极少使用的内容
// Windows 头文件
#include <windows.h>