mirror of
https://github.com/open-goal/jak-project
synced 2026-06-20 00:08:14 -04:00
73a4f2c83e
* scripts: Hack script to quickly identify the next goal_src file that hasn't been decomp'd yet * config: Delete old type_hints file * decomp: Decompile lights.gc * decomp-tests: Add offline tests and temporary forward defs * vs: Rename / add new offline test run config * decomp: Add formatted lights.gc source * decomp: Temporary define stub in geometry,gc * decomp: Cleanup `lights-group` handling
9 lines
212 B
Common Lisp
9 lines
212 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: geometry.gc
|
|
;; name in dgo: geometry
|
|
;; dgos: GAME, ENGINE
|
|
|
|
;; TODO - temporary for lights.gc
|
|
(define-extern vector-deg-slerp (function vector vector vector float vector)) |