Files
jak-project/goal_src/engine/gfx/shadow/shadow-cpu.gc
T
water111 656489e942 [decomp] Clean up - part 2 (#687)
* temp

* temp2

* basic case support

* working for or without else

* support more cases

* clean up to drawable headers

* ocean

* format json
2021-07-11 16:35:25 -04:00

12 lines
225 B
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; name: shadow-cpu.gc
;; name in dgo: shadow-cpu
;; dgos: GAME, ENGINE
;; TODO - for video
(define-extern *shadow-data* shadow-data)
;; todo
(define *shadow-data* (new 'static 'shadow-data))