mirror of
https://github.com/open-goal/jak-project
synced 2026-09-06 11:20:54 -04:00
9c86c86c74
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.
14 lines
331 B
Common Lisp
14 lines
331 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: process-drawable-h.gc
|
|
;; name in dgo: process-drawable-h
|
|
;; dgos: ENGINE, GAME
|
|
|
|
(define-extern vector<-matrix! (function vector matrix vector))
|
|
(define-extern vector<-cspace! (function vector cspace vector))
|
|
(define-extern sleep-code (function symbol :behavior process))
|
|
|
|
;; DECOMP BEGINS
|
|
|