summaryrefslogtreecommitdiff
path: root/src/math/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/math.h')
-rw-r--r--src/math/math.h9
1 files changed, 9 insertions, 0 deletions
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)