mirror of
https://github.com/open-goal/jak-project
synced 2026-06-30 20:02:12 -04:00
21fefa0aaa
* clean up method stuff, fix a few small bugs, and add references for easy -h files * more small fixes and reference tests
24 lines
455 B
Common Lisp
24 lines
455 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; definition of type drawable-tree
|
|
(deftype drawable-tree (drawable-group)
|
|
()
|
|
:method-count-assert 18
|
|
:size-assert #x24
|
|
:flag-assert #x1200000024
|
|
)
|
|
|
|
;; definition of type drawable-tree-array
|
|
(deftype drawable-tree-array (drawable-group)
|
|
()
|
|
:method-count-assert 18
|
|
:size-assert #x24
|
|
:flag-assert #x1200000024
|
|
)
|
|
|
|
;; failed to figure out what this is:
|
|
(let ((v0-2 0))
|
|
)
|
|
|