Files
jak-project/goal_src/jak2/engine/draw/drawable-inline-array-h.gc
T
Hat Kid fc43870d85 decompiler: obj -> this, set-time! and time-elapsed? macros (#3026)
This renames the method object in `defmethod`s to `this` and adds
detection for the `set-time!` and `time-elapsed?` macros.

Definitely my biggest PR yet...
2023-09-26 15:17:00 +01:00

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
)