Solar decompiled, some cleanup (#102)

* stuff

* stuff

* temps

* matched

* so complete

* merge and clean

* format

* graphics macros
This commit is contained in:
petrie911 2024-01-21 21:28:02 -06:00 committed by GitHub
parent 61b55d90ce
commit 119dfa9354
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 3804 additions and 1380 deletions

View file

@ -12,8 +12,8 @@
#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)
#define RAD_TO_DEG(radians) (((radians) * 180.0f) / M_PI)
#define DEG_TO_RAD(degrees) (((degrees) * M_PI) / 180.0f)
typedef union {
struct {