Mercurial > vba-clojure
annotate 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 |
rev | line source |
---|---|
rlm@521 | 1 (ns com.aurellem.run.choreo |
rlm@521 | 2 (:use (com.aurellem.gb saves gb-driver util constants |
rlm@521 | 3 items vbm characters money |
rlm@521 | 4 rlm-assembly)) |
rlm@521 | 5 (:use (com.aurellem.run util music title save-corruption |
rlm@521 | 6 bootstrap-0 bootstrap-1 image)) |
rlm@521 | 7 (:require clojure.string) |
rlm@521 | 8 (:import [com.aurellem.gb.gb_driver SaveState]) |
rlm@521 | 9 (:import java.io.File)) |
rlm@521 | 10 |
rlm@521 | 11 |