mirror of
https://github.com/open-goal/jak-project
synced 2026-05-27 16:14:18 -04:00
14 lines
224 B
Common Lisp
14 lines
224 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: drawable-inline-array-h.gc
|
|
;; name in dgo: drawable-inline-array-h
|
|
;; dgos: GAME
|
|
|
|
;; DECOMP BEGINS
|
|
|
|
(deftype drawable-inline-array (drawable)
|
|
((length int16 :offset 6)
|
|
)
|
|
)
|