decomp: credits (#533)

* decomp: `credits` but there are still issues

* issues over creating a `new` `font-context`

* decomp: finalized `credits`
This commit is contained in:
Tyler Wilding
2021-06-06 19:57:40 -04:00
committed by GitHub
parent fef7fad65a
commit c19bcd37aa
10 changed files with 443 additions and 20 deletions
@@ -820,4 +820,9 @@
(declare-type joint-control-channel structure)
(define-extern cspace-index-by-name (function process-drawable string int))
(define-extern cspace-by-name (function process-drawable string cspace))
(define-extern joint-control-reset! (function joint-control joint-control-channel none))
(define-extern joint-control-reset! (function joint-control joint-control-channel none))
;; TODO - for credits
(define-extern scf-get-territory (function int))
(declare-type font-context basic)
(define-extern print-game-text (function string font-context symbol int int float)) ; TODO decomp error, this seems correct though