Revert "Make cell! private"

This reverts commit b58b2155bb.
This commit is contained in:
oakes
2014-09-22 22:25:04 -04:00
parent b58b2155bb
commit cb1af60e5a

View File

@@ -58,7 +58,7 @@ based on the file at `path`.
[k]
(u/gdx-field :scenes :scene2d :utils :Align (u/key->camel k)))
(defn ^:private cell!
(defn cell!
"Calls methods on a [Cell](http://libgdx.badlogicgames.com/nightlies/docs/api/com/badlogic/gdx/scenes/scene2d/ui/Cell.html)."
[^Cell cell & args]
(let [method (first args)