mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-02 01:42:31 -04:00
Optimise ultra/gu functions
This commit is contained in:
+2
-2
@@ -185,8 +185,8 @@ extern int guRandom(void);
|
||||
*/
|
||||
extern float sinf(float angle);
|
||||
extern float cosf(float angle);
|
||||
extern signed short sins (unsigned short angle);
|
||||
extern signed short coss (unsigned short angle);
|
||||
extern signed int sins (unsigned int angle);
|
||||
extern signed int coss (unsigned int angle);
|
||||
|
||||
/*
|
||||
* Dump routines for low-level display lists
|
||||
|
||||
Reference in New Issue
Block a user