changed robot module dependencies from 'use' to 'require'

This commit is contained in:
Richard Harrington 2013-08-06 11:26:37 -04:00
parent e7bf17d21f
commit 4af58b61ab

View File

@ -1,6 +1,6 @@
(ns robotwar.robot
(:use [clojure.string :only [join]]
(robotwar brain game-lexicon)))
(:use [clojure.string :only [join]])
(:require (robotwar brain game-lexicon)))
(defn init-register
"takes a reg-name and a robot-idx (needed to locate the register in the world),