mirror of
https://github.com/open-goal/jak-project
synced 2026-07-02 12:36:42 -04:00
b7f040986e
* decompile connect * decompile lots of types
17 lines
276 B
Common Lisp
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
|
|
)
|