[ascii] Wrap Graphics in a handle

This commit is contained in:
2021-04-24 22:43:05 -06:00
parent dcb7d9f227
commit bd2b36bf1f
3 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
(defnew [] [:Int a 5])
(defmethod :Void update [:Float deltaSeconds] 0)
(defmethod :Void draw [:Graphics graphics] 0)
(defmethod :Void draw [:Void->Graphics graphics] 0)