Mercurial > vba-clojure
diff clojure/com/aurellem/run/choreo.clj @ 521:bad7b7430245
going to work on functions relating to doing the final video, ram-display, sound, etc.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 23 Jun 2012 17:45:38 -0500 |
parents | |
children | 2de44c6184ee |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/clojure/com/aurellem/run/choreo.clj Sat Jun 23 17:45:38 2012 -0500 1.3 @@ -0,0 +1,11 @@ 1.4 +(ns com.aurellem.run.choreo 1.5 + (:use (com.aurellem.gb saves gb-driver util constants 1.6 + items vbm characters money 1.7 + rlm-assembly)) 1.8 + (:use (com.aurellem.run util music title save-corruption 1.9 + bootstrap-0 bootstrap-1 image)) 1.10 + (:require clojure.string) 1.11 + (:import [com.aurellem.gb.gb_driver SaveState]) 1.12 + (:import java.io.File)) 1.13 + 1.14 +