comparison org/util.org @ 317:bb3f8a4af87f

removed references to defvar from clojure.contrib.def since the def from 1.4 now allows for docstrings
author Robert McIntyre <rlm@mit.edu>
date Tue, 28 Feb 2012 14:04:21 -0600
parents 7e7f8d6d9ec5
children 52de8a36edde
comparison
equal deleted inserted replaced
316:2c7fbcbd5ebb 317:bb3f8a4af87f
81 (ns cortex.util 81 (ns cortex.util
82 "Utility functions for making jMonkeyEngine3 easier to program from 82 "Utility functions for making jMonkeyEngine3 easier to program from
83 clojure." 83 clojure."
84 {:author "Robert McIntyre"} 84 {:author "Robert McIntyre"}
85 (:use cortex.world) 85 (:use cortex.world)
86 (:use clojure.contrib.def)
87 (:import com.jme3.math.Vector3f) 86 (:import com.jme3.math.Vector3f)
88 (:import com.jme3.math.Quaternion) 87 (:import com.jme3.math.Quaternion)
89 (:import com.jme3.asset.TextureKey) 88 (:import com.jme3.asset.TextureKey)
90 (:import com.jme3.bullet.control.RigidBodyControl) 89 (:import com.jme3.bullet.control.RigidBodyControl)
91 (:import com.jme3.bullet.collision.shapes.GImpactCollisionShape) 90 (:import com.jme3.bullet.collision.shapes.GImpactCollisionShape)