mirror of
https://github.com/open-goal/jak-project
synced 2026-06-17 23:21:41 -04:00
10 lines
280 B
Common Lisp
10 lines
280 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: pov-camera.gc
|
|
;; name in dgo: pov-camera
|
|
;; dgos: GAME, ENGINE
|
|
|
|
;; TODO - for sunken-elevator
|
|
(define-extern pov-camera-init-by-other (function vector skeleton-group string int symbol pair none)) ;; TODO - not confirmed -- sunken-elevator
|