Files
jak-project/goal_src/engine/draw/drawable-group-h.gc
T
ManDude 46b83bda2a [decomp] debug (#607)
* [decomp] `debug`

* shut up
2021-06-19 14:24:55 -04:00

17 lines
296 B
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; name: drawable-group-h.gc
;; name in dgo: drawable-group-h
;; dgos: GAME, ENGINE
(deftype drawable-group (drawable)
((length int16 :offset 6)
(data drawable 1 :offset-assert 32)
)
:flag-assert #x1200000024
)
(define *collide-nodes* 0)