Improve body-def

This commit is contained in:
oakes
2014-04-21 13:19:00 -04:00
parent 1175fda252
commit 6f89bec8b8
2 changed files with 3 additions and 3 deletions

View File

@@ -124,6 +124,7 @@
(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))