mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
64-bit early draft - no audio yet
This commit is contained in:
parent
247360cbf0
commit
92c8ecb726
29 changed files with 853 additions and 169 deletions
|
@ -2176,10 +2176,10 @@ f32 Math_FAtanF(f32 x);
|
|||
f32 Math_FAtan2F(f32 y, f32 x);
|
||||
f32 Math_FAsinF(f32 x);
|
||||
f32 Math_FAcosF(f32 x);
|
||||
f32 ceilf(f32 x);
|
||||
/*f32 ceilf(f32 x);
|
||||
f32 truncf(f32 x);
|
||||
f32 roundf(f32 x);
|
||||
f32 nearbyintf(f32 x);
|
||||
f32 nearbyintf(f32 x);*/
|
||||
void SystemArena_CheckPointer(void* ptr, size_t size, const char* name, const char* action);
|
||||
void* SystemArena_Malloc(size_t size);
|
||||
void* SystemArena_MallocDebug(size_t size, const char* file, s32 line);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue