decomp: Decompile stats-h (#504)

* decomp: Decompile `stats-h`

* linting
This commit is contained in:
Tyler Wilding
2021-05-20 13:53:19 -04:00
committed by GitHub
parent 4e310cac8d
commit 174a079dbd
6 changed files with 259 additions and 6 deletions
@@ -649,4 +649,13 @@
;; TODO - for trajectory.gc
(declare-type trajectory structure)
(deftype rgba (uint32)
((r uint8 :offset 0)
(g uint8 :offset 8)
(b uint8 :offset 16)
(a uint8 :offset 24)
)
:flag-assert #x900000004
)
(define-extern add-debug-line (function symbol int vector vector rgba symbol int int))