mirror of
https://github.com/open-goal/jak-project
synced 2026-05-29 08:43:08 -04:00
a6d5c4eda3
* change * recognize vector float product and update tests
22 lines
436 B
Common Lisp
Vendored
22 lines
436 B
Common Lisp
Vendored
;;-*-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:
|
|
0
|