添加项目文件。

This commit is contained in:
Yosin-Lenheart
2022-02-03 19:20:05 +08:00
parent ad790366f3
commit f392d5d8e8
7 changed files with 327 additions and 0 deletions

5
test/pch.cpp Normal file
View File

@@ -0,0 +1,5 @@
// pch.cpp: 与预编译标头对应的源文件
#include "pch.h"
// 当使用预编译的头时,需要使用此源文件,编译才能成功。