mirror of
https://github.com/open-goal/jak-project
synced 2026-08-16 05:09:45 -04:00
add ref test for text (#947)
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
)
|
||||
|
||||
;; definition for method 3 of type game-text-info
|
||||
;; INFO: this function exists in multiple non-identical object files
|
||||
(defmethod inspect game-text-info ((obj game-text-info))
|
||||
(format #t "[~8x] ~A~%" obj (-> obj type))
|
||||
(format #t "~Tlength: ~D~%" (-> obj length))
|
||||
|
||||
Reference in New Issue
Block a user