mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 00:33:55 +03:00
fix common.h warning
This commit is contained in:
parent
7c4292c63e
commit
e1e161bd19
@ -1,3 +1,6 @@
|
|||||||
|
#ifndef COMMON_H
|
||||||
|
#define COMMON_H
|
||||||
|
|
||||||
typedef signed char s8;
|
typedef signed char s8;
|
||||||
typedef signed short s16;
|
typedef signed short s16;
|
||||||
typedef signed int s32;
|
typedef signed int s32;
|
||||||
@ -16,3 +19,4 @@ typedef float f32;
|
|||||||
|
|
||||||
double fabsf(double f);
|
double fabsf(double f);
|
||||||
#pragma intrinsic(fabsf)
|
#pragma intrinsic(fabsf)
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user