mirror of
https://github.com/open-goal/jak-project
synced 2026-05-28 08:25:56 -04:00
f7bd0752f8
* wip * getting stuff set up so we can actually run test cases * better handle block entry stuff * types2 working on gstring * comments * math ref working * up to first stack stuff * stack fixes * bounding box * math stuff is working * float fixes * temp debug for (method 9 profile-array) * stupid stupid bug * debugging * everything is broken * some amount of type stuff works * bitfield * texture bitfields not working * temp * types * more stuff * type check * temp * float related fixes for light and res problems * revisit broken files, fix bugs * more types * vector debug * bug fixes for decompiler crashes in harder functions * update goal_src
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
|
|
|
|
|
|
|
|
|