mirror of
https://github.com/open-goal/jak-project
synced 2026-06-25 18:14:34 -04:00
5 lines
121 B
Common Lisp
5 lines
121 B
Common Lisp
(defun type-method-check ((obj type))
|
|
(align16 (+ 28 (* 4 (-> obj allocated-length))))
|
|
)
|
|
|
|
(type-method-check integer) |