mirror of
https://github.com/open-goal/jak-project
synced 2026-08-13 12:19:35 -04:00
New Pretty Printer (#994)
* begin work on improved pretty printer * update ref * finish pretty printer * force line break for defstate
This commit is contained in:
+2
-8
@@ -13,10 +13,7 @@
|
||||
|
||||
;; definition for method 10 of type drawable-inline-array
|
||||
;; INFO: Return type mismatch int vs none.
|
||||
(defmethod
|
||||
draw
|
||||
drawable-inline-array
|
||||
((obj drawable-inline-array) (arg0 drawable) (arg1 display-frame))
|
||||
(defmethod draw drawable-inline-array ((obj drawable-inline-array) (arg0 drawable) (arg1 display-frame))
|
||||
0
|
||||
(none)
|
||||
)
|
||||
@@ -30,10 +27,7 @@
|
||||
|
||||
;; definition for method 15 of type drawable-inline-array
|
||||
;; INFO: Return type mismatch int vs none.
|
||||
(defmethod
|
||||
debug-draw
|
||||
drawable-inline-array
|
||||
((obj drawable-inline-array) (arg0 drawable) (arg1 display-frame))
|
||||
(defmethod debug-draw drawable-inline-array ((obj drawable-inline-array) (arg0 drawable) (arg1 display-frame))
|
||||
0
|
||||
(none)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user