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