mirror of
https://github.com/open-goal/jak-project
synced 2026-05-25 07:23:19 -04:00
af52341050
* make `anim-tester` decompile * add the anon behaviors * fix tests
27 lines
845 B
Common Lisp
Vendored
Generated
27 lines
845 B
Common Lisp
Vendored
Generated
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; definition for symbol *camera-read-analog*, type symbol
|
|
(define *camera-read-analog* #t)
|
|
|
|
;; definition for symbol *camera-read-buttons*, type symbol
|
|
(define *camera-read-buttons* #t)
|
|
|
|
;; definition for symbol *cam-free-move-along-z*, type symbol
|
|
(define *cam-free-move-along-z* #t)
|
|
|
|
;; 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)
|
|
|
|
;; definition (perm) for symbol *camera-orbit-target*, type (pointer process-drawable)
|
|
(define-perm *camera-orbit-target* (pointer process-drawable) #f)
|
|
|
|
;; failed to figure out what this is:
|
|
0
|