mirror of
https://github.com/open-goal/jak-project
synced 2026-06-28 11:11:00 -04:00
506b5d8ceb
* decomp: `prototype` done * tests/ref: Update all reference tests * decomp: `video` done * decomp: Add `video` to src * decomp: `vol-h` done * tests/ref: Update reference tests again * decomp: Add `vol-h` to ref tests, leave `entity` in process as a `basic` for now! * decomp: `air-h` done, compiler issue though * decomp: `nav-enemy-h` done, compiler issue though * decomp: `rigid-body-h` done, compiler issue though * Address feedback and fix the failing to compile files * linting * finish `video` off
10 lines
171 B
Common Lisp
10 lines
171 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: settings.gc
|
|
;; name in dgo: settings
|
|
;; dgos: GAME, ENGINE
|
|
|
|
;; TODO - for video
|
|
(define-extern *setting-control* setting-control)
|