mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-23 06:54:39 -04:00
Update math.h
This commit is contained in:
+4
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user