mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
4 lines
149 B
C++
4 lines
149 B
C++
// pch.cpp: 与预编译标头对应的源文件
|
|
|
|
#include "pch.h"
|
|
// 当使用预编译的头时,需要使用此源文件,编译才能成功。
|