mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
add types (#559)
This commit is contained in:
@@ -453,10 +453,9 @@
|
||||
|
||||
;; definition of type inline-array-class
|
||||
(deftype inline-array-class (basic)
|
||||
((length int32 :offset-assert 4)
|
||||
(allocated-length int32 :offset-assert 8)
|
||||
(data uint8 :dynamic :offset-assert 12)
|
||||
(_pad uint8 4 :offset-assert 12)
|
||||
((length int32 :offset-assert 4)
|
||||
(allocated-length int32 :offset-assert 8)
|
||||
(_data uint8 :dynamic :offset 16)
|
||||
)
|
||||
:method-count-assert 9
|
||||
:size-assert #x10
|
||||
|
||||
Reference in New Issue
Block a user