marioparty4/include/rel_sqrt_consts.h
gamemasterplc c2506716d2 Introduce better fix to fake 0.5 and 3.0 double constants
Uses a new rel_sqrt_consts.h file
2024-01-21 20:53:11 -06:00

8 lines
123 B
C

#ifndef _REL_SQRT_CONSTS
#define _REL_SQRT_CONSTS
const double __fakeHalf = 0.5;
const double __fakeThree = 3.0;
#endif