mirror of
https://github.com/open-goal/jak-project
synced 2026-08-20 14:24:45 -04:00
c19bcd37aa
* decomp: `credits` but there are still issues * issues over creating a `new` `font-context` * decomp: finalized `credits`
10 lines
256 B
Common Lisp
10 lines
256 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: game-save.gc
|
|
;; name in dgo: game-save
|
|
;; dgos: GAME, ENGINE
|
|
|
|
;; TODO - for credits
|
|
(define-extern print-game-text (function string font-context symbol int int float)) ; TODO decomp error, this seems correct though
|