Files
jak-project/test/decompiler/reference/drawable-group-h_REF.gc
T
ManDude 2beaa7a340 [decomp] cleanup drawable and ocean stuff (#414)
* use `kmalloc-flags` for goal `kmalloc`

* cleanup some drawable stuff, add offline tests

* cleanup generic-h a bit

* make decompiler work on 16-bit static data

* cleanup ocean stuff

* fix `ocean-spheres`

* oops forgot this

* I forgot to actually make `ocean-tables`
2021-05-03 08:54:49 -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))
)