diff options
| author | kotorifan <kotorifan05@gmail.com> | 2026-04-21 19:55:51 +0200 |
|---|---|---|
| committer | kotorifan <kotorifan05@gmail.com> | 2026-04-21 19:55:51 +0200 |
| commit | 1efdb8ab18042d9efc7c2e6addf7f414fbee5590 (patch) | |
| tree | 5ffd6553ab46e5465c0d056bc6658a23b27c5e64 /src/math.h | |
| parent | 476c10961d6ddba806cd9f587fc461c848d27401 (diff) | |
| download | trashbinphysics-1efdb8ab18042d9efc7c2e6addf7f414fbee5590.tar.gz | |
Added graphics functions
Diffstat (limited to 'src/math.h')
| -rw-r--r-- | src/math.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/math.h b/src/math.h new file mode 100644 index 0000000..0aa9c3d --- /dev/null +++ b/src/math.h @@ -0,0 +1,4 @@ +#ifndef PHY_MATH +#define PHY_MATH + +#endif |
