steady progress on all fronts

completed .bss
new functions: Hu3DModelHiliteMapSet to Hu3DLLightSpotSet
This commit is contained in:
CreateSource 2023-12-12 23:15:29 -05:00
parent 86e2a041df
commit a12b53f9fb
7 changed files with 902 additions and 126 deletions

View file

@ -1,6 +1,8 @@
#ifndef _MATH_H
#define _MATH_H
#define M_PI 3.141592653589793
extern inline float sqrtf(float x)
{
static const double _half=.5;
@ -40,4 +42,4 @@ float acosf(float x);
#define abs(x) __abs(x)
#endif
#endif