mirror of
https://github.com/open-goal/jak-project
synced 2026-05-26 07:39:12 -04:00
ce6ebc385c
* decomp: decompile `trajectory` * address review feedback * some more corrections
10 lines
210 B
Common Lisp
10 lines
210 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: debug.gc
|
|
;; name in dgo: debug
|
|
;; dgos: GAME, ENGINE
|
|
|
|
;; TODO - for trajectory.gc
|
|
(define-extern add-debug-line (function symbol int vector vector rgba symbol int int))
|