Change docstrings

This commit is contained in:
oakes
2014-03-31 19:57:19 -04:00
parent ed67cef30c
commit c036e36786
13 changed files with 249 additions and 376 deletions

View File

@@ -6,7 +6,6 @@
[com.badlogic.gdx.scenes.scene2d Actor]))
(defprotocol Entity
"Internal use only"
(draw-entity! [this batch] "Draws the entity"))
(extend-protocol Entity