summaryrefslogtreecommitdiff
path: root/src/shaders/common/light.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-07-13 09:33:38 +0800
committerchai <chaifix@163.com>2020-07-13 09:33:38 +0800
commitefe7768e5b65022b2dd418feff017b97012a6b24 (patch)
tree7495aad22e54459338439464e2e1f45efd5c2699 /src/shaders/common/light.h
parentcc3f158380415de84745a18f2b0ebc7b3855d60f (diff)
*misc
Diffstat (limited to 'src/shaders/common/light.h')
-rw-r--r--src/shaders/common/light.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/shaders/common/light.h b/src/shaders/common/light.h
index e69de29..44c54c3 100644
--- a/src/shaders/common/light.h
+++ b/src/shaders/common/light.h
@@ -0,0 +1,9 @@
+#ifndef _LIGHT_H_
+#define _LIGHT_H_
+
+#include "mathlib.h"
+
+
+
+
+#endif