Created
October 31, 2011 07:14
-
-
Save HamsterofDeath/1327062 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns learningclojure.clojureoids.models) | |
(def box-width 640) | |
(def box-heigth 480) | |
(defrecord position [x y]) | |
(defrecord ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment