summaryrefslogtreecommitdiff
path: root/source/base/base_math.h
diff options
context:
space:
mode:
authornasr <nsrddyn@gmail.com>2026-04-19 18:38:22 +0200
committernasr <nsrddyn@gmail.com>2026-04-19 18:38:22 +0200
commit36dc1f859a13e428c441fc8f4f35550fe12ed72f (patch)
treee8a98a43ccbd8b989427dc529dbdf37b2f942f9a /source/base/base_math.h
parent078e21a1feb811f9ef7797ce3ee5d2e8ffcccfce (diff)
feature(base): refactored the base library. removed some files etc and did stuff
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