Files
mariob92 8d06a8c72f Big documentation update for the boot section
- Name variables and functions
- Add description for functions
- Refactor inflate.c to match the rest of the source files
2025-04-23 20:47:14 +02:00

12 lines
219 B
C

#ifndef VARIABLES_H
#define VARIABLES_H
#define BAD_PI 3.141592654
#define BAD_DTOR (BAD_PI/ 180.0)
#define M_TAU (2*M_PI)
#define BAD_TAU 6.2831853
extern f32 climbPoleBottom[3];
extern f32 climbPoleTop[3];
#endif