Files
jak-project/test/decompiler/reference/engine/camera/cam-interface-h_REF.gc
T
water111 a6d5c4eda3 [decompiler] clean up vector detection and add vector float product detection (#638)
* change

* recognize vector float product and update tests
2021-06-27 17:24:35 -04:00

27 lines
825 B
Common Lisp

;;-*-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 process-drawable
(define-perm *camera-orbit-target* process-drawable #f)
;; failed to figure out what this is:
0