Files
jak-project/goal_src/jakx/engine/gfx/math-camera.gc
Tyler Wilding 9c86c86c74 d/jx: More files (#4360)
Breaks the 300 file milestone, also includes the majority of mips2c
functions carried forward. Some functions need some fixes in the c++
code to mips2c properly, and a small handful of the mips2c functions
require manual patching -- all spots were marked with `TODO - fix` that
had to be commented out to get things compiling.
2026-09-04 09:27:06 -04:00

10 lines
197 B
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; name: math-camera.gc
;; name in dgo: math-camera
;; dgos: ENGINE, GAME
;; DECOMP BEGINS
(define-extern transform-point-qword! (function vector4w vector symbol))