mirror of
https://github.com/open-goal/jak-project
synced 2026-06-05 11:19:05 -04:00
14 lines
232 B
Common Lisp
14 lines
232 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)
|
|
)
|
|
)
|