summaryrefslogtreecommitdiff
path: root/source/base/base_math.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/base/base_math.h')
-rw-r--r--source/base/base_math.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/base/base_math.h b/source/base/base_math.h
new file mode 100644
index 0000000..71ac97f
--- /dev/null
+++ b/source/base/base_math.h
@@ -0,0 +1,10 @@
1#ifndef BASE_MATH_H
2#define BASE_MATH_H
3
4
5#endif
6
7
8#ifdef BASE_MATH_IMPLEMENTATION
9
10#endif