mirror of
https://github.com/open-goal/jak-project
synced 2026-06-04 02:47:17 -04:00
1b5c5239b1
* decomp: mostly finish `aligner` Issues in aligner/aligner-h that require hand-editing after decompilation * linting
10 lines
195 B
Common Lisp
10 lines
195 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))
|