finish overlay file renaming and split off their headers (#92)

* names

* format 1

* more names
This commit is contained in:
petrie911 2024-01-17 09:36:58 -06:00 committed by GitHub
parent f4257e65b9
commit 0fb8d58334
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
72 changed files with 2973 additions and 3218 deletions

View file

@ -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;