Mercurial > vba-clojure
view 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 source
1 (ns com.aurellem.run.choreo2 (:use (com.aurellem.gb saves gb-driver util constants3 items vbm characters money4 rlm-assembly))5 (:use (com.aurellem.run util music title save-corruption6 bootstrap-0 bootstrap-1 image))7 (:require clojure.string)8 (:import [com.aurellem.gb.gb_driver SaveState])9 (:import java.io.File))