summaryrefslogtreecommitdiff
path: root/src/math/math.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-09-10 20:55:10 +0800
committerchai <chaifix@163.com>2020-09-10 20:55:10 +0800
commitd9c2d065698641837bc75ded236b23d5aaa36fd4 (patch)
tree9acb1fe3f61121bc5963b9b76f22265d8cd00f0e /src/math/math.h
parent229a3937a3b99a175b551e28d09b9a45d37c44f7 (diff)
*table string comment
Diffstat (limited to 'src/math/math.h')
-rw-r--r--src/math/math.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/math/math.h b/src/math/math.h
deleted file mode 100644
index 494b725..0000000
--- a/src/math/math.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#pragma once
-
-extern "C" {
-#include "../lua51/lua.h"
-#include "../lua51/lualib.h"
-#include "../lua51/lauxlib.h"
-}
-
-//#define MATH_API __declspec(dllexport)