jak-project/goal_src/engine/draw/drawable-inline-array-h.gc
water111 21fefa0aaa
[decompiler] small fixes for methods and more reference tests (#419)
* clean up method stuff, fix a few small bugs, and add references for easy -h files

* more small fixes and reference tests
2021-05-06 00:42:49 -04:00

15 lines
334 B
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; name: drawable-inline-array-h.gc
;; name in dgo: drawable-inline-array-h
;; dgos: GAME, ENGINE
(deftype drawable-inline-array (drawable)
((length int16 :offset 6) ;; this is kinda weird.
)
:method-count-assert 18
:size-assert #x20
:flag-assert #x1200000020
)