mirror of
https://github.com/open-goal/jak-project
synced 2026-06-06 03:39:01 -04:00
9e8bee5b42
- `entity-h` - `eye-h` - `simple-sprite-h` - `sprite-h` - `cam-debug-h` - `cam-update-h` - `cam-interface-h` - `hud-h` - `actor-link-h` - `camera-h` - `progress-h` Also fills out a lot of the `text-id` enum. `progress-static` is also very close to ready, only being blocked by #3361.
19 lines
408 B
Common Lisp
Vendored
Generated
19 lines
408 B
Common Lisp
Vendored
Generated
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; definition (perm) for symbol *camera-init-mat*, type matrix
|
|
(define-perm *camera-init-mat* matrix #f)
|
|
|
|
;; definition (perm) for symbol *camera*, type camera-master
|
|
(define-perm *camera* camera-master #f)
|
|
|
|
;; definition (perm) for symbol *camera-combiner*, type camera-combiner
|
|
(define-perm *camera-combiner* camera-combiner #f)
|
|
|
|
;; failed to figure out what this is:
|
|
0
|
|
|
|
|
|
|
|
|