添加项目文件。

This commit is contained in:
2024-09-16 17:08:48 +08:00
parent e1bbbf3031
commit 19206ab763
212 changed files with 72298 additions and 0 deletions

7
framework.h Normal file
View File

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