Files
jak-project/test/decompiler/reference/engine/draw/drawable-group-h_REF.gc
T
Tyler Wilding 2a315419de tests: Automate the offline reference tests better (#427)
* tests: Move all files to new directories

* scripts: Update decomp scripts

* tests: Remove hard-coded list for offline tests

* linting
2021-05-09 17:03:58 -04:00

23 lines
380 B
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; definition of type drawable-group
(deftype drawable-group (drawable)
((pad uint8 4 :offset-assert 32)
)
:method-count-assert 18
:size-assert #x24
:flag-assert #x1200000024
)
;; definition for symbol *collide-nodes*, type int
(define *collide-nodes* 0)
;; failed to figure out what this is:
(let ((v0-1 0))
)