// 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) */