steady progress on all fronts
completed .bss new functions: Hu3DModelHiliteMapSet to Hu3DLLightSpotSet
This commit is contained in:
parent
86e2a041df
commit
a12b53f9fb
7 changed files with 902 additions and 126 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue