From 235f9b989500a58ee0c9de9417bbec4fdfbb249d Mon Sep 17 00:00:00 2001 From: bright Date: Tue, 10 Aug 2021 21:37:37 +0000 Subject: [PATCH] Upload New File --- example/stdafx.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 example/stdafx.hpp diff --git a/example/stdafx.hpp b/example/stdafx.hpp new file mode 100644 index 0000000..6381a19 --- /dev/null +++ b/example/stdafx.hpp @@ -0,0 +1,7 @@ +#pragma once + +#include +#include "lp.hpp" + +#include "minicrt.hpp" +static_assert( sizeof( void* ) == 8, "this project is intended to be compiled in x64!"); \ No newline at end of file