mirror of
https://github.com/open-goal/jak-project
synced 2026-06-05 19:28:31 -04:00
799e10a0ae
* d/jak2: finish `cylinder` * d/jak2: mostly finish `history` * d/jak2: finish a bit of `ripple` and `sync-info` * d/jak2: finish `font-data` and chip away at some other files * d/jak2: most of `text` done, a bit of `script` - symbol arr issue in `level-info` * d/jak2: finish `mech-h` * lint: format * tests: fix typeconsistency * d/jak2: address feedback
12 lines
203 B
Common Lisp
12 lines
203 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: debug.gc
|
|
;; name in dgo: debug
|
|
;; dgos: ENGINE, GAME
|
|
|
|
(define-extern add-debug-line2d (function symbol bucket-id vector vector vector symbol))
|
|
|
|
;; DECOMP BEGINS
|
|
|