mirror of
https://github.com/open-goal/jak-project
synced 2026-07-12 23:54:27 -04:00
17 lines
321 B
Common Lisp
17 lines
321 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: drawable-inline-array-h.gc
|
|
;; name in dgo: drawable-inline-array-h
|
|
;; dgos: ENGINE, GAME
|
|
|
|
;; DECOMP BEGINS
|
|
|
|
(deftype drawable-inline-array (drawable)
|
|
((length int16 :offset 6)
|
|
)
|
|
:method-count-assert 17
|
|
:size-assert #x20
|
|
:flag-assert #x1100000020
|
|
)
|