예제 #1
0
파일: Engine.java 프로젝트: Eway/whereigo
 protected Engine(CartridgeFile cf, OutputStream out) throws IOException {
   gwcfile = cf;
   savegame = cf.getSavegame();
   if (out != null) log = new PrintStream(out);
 }