diff options
Diffstat (limited to 'include/qhy/Stdafx.h')
-rw-r--r-- | include/qhy/Stdafx.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/qhy/Stdafx.h b/include/qhy/Stdafx.h new file mode 100644 index 0000000..04a5670 --- /dev/null +++ b/include/qhy/Stdafx.h @@ -0,0 +1,6 @@ +#pragma once
+
+#include <windows.h>
+#include <stdio.h>
+#include <math.h>
+#include <process.h>
|