decomp: Decompile wind (#480)

* decomp: Decompile `wind`

* include `<limits>`
This commit is contained in:
Tyler Wilding
2021-05-13 20:46:37 -04:00
committed by GitHub
parent acac7d0e4d
commit 790e65a78c
10 changed files with 287 additions and 9 deletions
@@ -578,4 +578,9 @@
(:methods
(dummy-9 () none 9)
)
)
)
; This was likely originally defined inside `wind-h`
; but the decompiler won't output it, so we have to manually define it
(define-extern wind-work type)
(define-extern *wind-work* wind-work)