mirror of
https://github.com/open-goal/jak-project
synced 2026-08-08 10:34:30 -04:00
a3e004f475
Co-authored-by: Hat Kid <6624576+Hat-Kid@users.noreply.github.com>
18 lines
257 B
Common Lisp
18 lines
257 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: font.gc
|
|
;; name in dgo: font
|
|
;; dgos: ENGINE, GAME
|
|
|
|
;; +++draw-string-result
|
|
(deftype draw-string-result (uint64)
|
|
((length float :offset 0)
|
|
(b float :offset 32))
|
|
)
|
|
;; ---draw-string-result
|
|
|
|
|
|
;; DECOMP BEGINS
|
|
|