diff options
Diffstat (limited to 'src/util/math.h')
| -rw-r--r-- | src/util/math.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/util/math.h b/src/util/math.h deleted file mode 100644 index f565b76..0000000 --- a/src/util/math.h +++ /dev/null @@ -1,9 +0,0 @@ -// This file is part of the 64k demo project. -// It provides shared mathematical utilities and constants. -// Used across both audio and graphics subsystems. - -#pragma once - -#if !defined(M_PI) -#define M_PI 3.14159265358979323846 -#endif /* !defined(M_PI) */ |
