mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 13:35:11 +03:00
Update math.h
This commit is contained in:
parent
443b7ae602
commit
94d72ce408
@ -50,11 +50,12 @@ typedef union {
|
|||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
f32 __sinf(f32) throw();
|
||||||
|
f32 __cosf(f32) throw();
|
||||||
|
}
|
||||||
|
#else
|
||||||
f32 __sinf(f32);
|
f32 __sinf(f32);
|
||||||
f32 __cosf(f32);
|
f32 __cosf(f32);
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user