Reflect API changes

This commit is contained in:
oakes
2014-01-16 00:30:44 -05:00
parent f4ba681303
commit fcb26ae47b

View File

@@ -20,7 +20,8 @@ For now, check out the [example projects](https://github.com/oakes/play-clj-exam
```clojure
(ns game-test.core
(:require [play-clj.core :refer :all]))
(:require [play-clj.core :refer :all]
[play-clj.g2d :refer :all]))
; define a screen, where all the action takes place
(defscreen main-screen