Files
Hat Kid 9e8bee5b42 decomp3: more headers (again) (#3362)
- `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.
2024-02-03 11:39:29 -05:00

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