diff options
author | DrFrugal <drfrugal@vmi2238186.contaboserver.net> | 2024-12-30 18:42:10 +0100 |
---|---|---|
committer | DrFrugal <drfrugal@vmi2238186.contaboserver.net> | 2024-12-30 18:42:10 +0100 |
commit | 24ca502e3af452603ed191948e5ece016e2204b2 (patch) | |
tree | 52964d5f1cb574b155cbc23ad764aa64fb41f330 /Hook/pch.cpp |
Diffstat (limited to 'Hook/pch.cpp')
-rw-r--r-- | Hook/pch.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Hook/pch.cpp b/Hook/pch.cpp new file mode 100644 index 0000000..91c22df --- /dev/null +++ b/Hook/pch.cpp @@ -0,0 +1,5 @@ +// pch.cpp: source file corresponding to the pre-compiled header
+
+#include "pch.h"
+
+// When you are using pre-compiled headers, this source file is necessary for compilation to succeed.
|