mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 20:37:58 +03:00
finish overlay file renaming and split off their headers (#92)
* names * format 1 * more names
This commit is contained in:
parent
f4257e65b9
commit
0fb8d58334
72 changed files with 2973 additions and 3218 deletions
|
@ -12,6 +12,9 @@
|
|||
#define SHT_MAX 32767.0f
|
||||
#define SHT_MINV (1.0f / SHT_MAX)
|
||||
|
||||
#define RAD_TO_DEG(radians) ((radians * 180.0f) / M_PI)
|
||||
#define DEG_TO_RAD(degrees) ((degrees * M_PI) / 180.0f)
|
||||
|
||||
typedef union {
|
||||
struct {
|
||||
u32 hi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue