Update template versions and remove body-type from physics.clj

This commit is contained in:
oakes
2014-04-24 21:27:33 -04:00
parent 814a06101a
commit 95d1479d86
5 changed files with 4 additions and 5 deletions

View File

@@ -124,7 +124,6 @@
(def box-2d* p2d/box-2d*)
(defmacro box-2d [& body] `(p2d/box-2d ~@body))
(defmacro box-2d! [& body] `(p2d/box-2d! ~@body))
(def body-type p2d/body-type)
(defmacro body-def [& body] `(p2d/body-def ~@body))
(defmacro body! [& body] `(p2d/body! ~@body))
(defmacro joint-def [& body] `(p2d/joint-def ~@body))