mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
Update math.h
This commit is contained in:
parent
443b7ae602
commit
94d72ce408
1 changed files with 4 additions and 3 deletions
|
@ -50,11 +50,12 @@ typedef union {
|
|||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
f32 __sinf(f32) throw();
|
||||
f32 __cosf(f32) throw();
|
||||
}
|
||||
#else
|
||||
f32 __sinf(f32);
|
||||
f32 __cosf(f32);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue