mirror of
https://github.com/open-goal/jak-project
synced 2026-08-05 17:44:39 -04:00
a3e004f475
Co-authored-by: Hat Kid <6624576+Hat-Kid@users.noreply.github.com>
10 lines
177 B
Common Lisp
10 lines
177 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: view.gc
|
|
;; name in dgo: view
|
|
;; dgos: ENGINE, GAME
|
|
|
|
;; DECOMP BEGINS
|
|
|
|
(define-extern view-get-active-math-camera (function math-camera)) |