ldview/src/ldview/util.clj

8 lines
241 B
Clojure
Raw Normal View History

(ns ldview.util)
2013-09-28 10:40:54 +02:00
; Global stuff that does not change over time and needed everywhere
(def ^:dynamic *base-url* "http://www.ludumdare.com/compo/")
(def ^:dynamic *image-base-path* "resources/public/img/ld")
(def ^:dynamic *competition* 27)