diff --git a/src/play_clj/ui.clj b/src/play_clj/ui.clj index 83934df..3d8dd60 100644 --- a/src/play_clj/ui.clj +++ b/src/play_clj/ui.clj @@ -58,7 +58,7 @@ based on the file at `path`. [k] (u/gdx-field :scenes :scene2d :utils :Align (u/key->camel k))) -(defn cell! +(defn ^:private 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)