summaryrefslogtreecommitdiff
path: root/src/util/math.h
blob: 8aa2c7aa4ec11f772c70b211a374d549634dfec6 (plain)
1
2
3
4
5
6
7
8
9
// 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

#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif