jak-project/goal_src/engine/anim/joint.gc
ManDude d8e659df66
[decomp] flying-lurker (#846)
* `flying-lurker`

* why'd this get left behind?

* also `ambient` and add a `banned_objects` config and fix offline tests

* clang

* fix `ambient-type-sound`
2021-09-21 18:40:38 -04:00

15 lines
502 B
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; name: joint.gc
;; name in dgo: joint
;; dgos: GAME, ENGINE
;; TODO - for aligner
(define-extern cspace<-matrix-no-push-joint! (function cspace matrix matrix))
;; TODO - for logic-target
(define-extern cspace<-transformq+trans! (function cspace transformq vector matrix))
(define-extern joint-control-copy! (function joint-control joint-control joint-control))
(define-extern joint-control-remap! (function joint-control art-group art-group pair int string object))