diff options
| author | skal <pascal.massimino@gmail.com> | 2026-01-27 18:56:59 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-01-27 18:58:50 +0100 |
| commit | 2f68b86ba403fdae97c00569b6bb9b58ad1f33a6 (patch) | |
| tree | cd38e2aa13c26fdcfcf3555050a46db63c936efb /src/util/math.h | |
initial commit
Diffstat (limited to 'src/util/math.h')
| -rw-r--r-- | src/util/math.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/math.h b/src/util/math.h new file mode 100644 index 0000000..084dfd1 --- /dev/null +++ b/src/util/math.h @@ -0,0 +1,2 @@ +#pragma once +#define PI 3.14159265f |
