From 77ac95b9985f5669d6659bfb54728786d28c2ef0 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 20 Jul 2020 09:42:30 +0800 Subject: *misc --- src/math/math.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/math/math.h (limited to 'src/math/math.h') diff --git a/src/math/math.h b/src/math/math.h new file mode 100644 index 0000000..494b725 --- /dev/null +++ b/src/math/math.h @@ -0,0 +1,9 @@ +#pragma once + +extern "C" { +#include "../lua51/lua.h" +#include "../lua51/lualib.h" +#include "../lua51/lauxlib.h" +} + +//#define MATH_API __declspec(dllexport) -- cgit v1.1-26-g67d0