jak-project/goal_src/engine/draw/drawable-tree-h.gc
water111 b7f040986e
[Decomp] Decompile connect.gc (#288)
* decompile connect

* decompile lots of types
2021-02-26 22:22:54 -05:00

17 lines
276 B
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; name: drawable-tree-h.gc
;; name in dgo: drawable-tree-h
;; dgos: GAME, ENGINE
(deftype drawable-tree (drawable-group)
()
:flag-assert #x1200000024
)
(deftype drawable-tree-array (drawable-group)
()
:flag-assert #x1200000024
)