mirror of
https://github.com/open-goal/jak-project
synced 2026-05-30 17:06:23 -04:00
c245f37feb
* update jak 2 config and hack to make game text dumpable * update stuff * update src * do `cspace<-parented-transformq-joint!` * progress.... kind of... * more drawable stuff * clagng * bones begin * more bones * even more bones * everything builds * touches * errors * ? * fix `quicksandlurker` * updates * update refs * more fixes * update refs
9 lines
238 B
Common Lisp
9 lines
238 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: bones.gc
|
|
;; name in dgo: bones
|
|
;; dgos: GAME, ENGINE
|
|
|
|
(define-extern draw-bones (function draw-control dma-buffer float none))
|
|
(define-extern draw-bones-hud (function draw-control dma-buffer none)) |