I think uploading packs is more or less working. I nutted out a few bugs in a lot...
[rock.divinelegy.git] / Domain / Entities / StepMania / ISimfileBuilder.php
index 3f76097..ecbe677 100644 (file)
@@ -17,8 +17,9 @@ interface ISimfileBuilder
     public function With_Stops($const);\r
     public function With_FgChanges($const);\r
     public function With_BgChanges($const);\r
-    public function With_Banner(IFile $banner);\r
-    public function With_Simfile(Ifile $simfile);\r
+    public function With_Banner(IFile $banner = null);\r
+    public function With_Simfile(Ifile $simfile = null);\r
+    public function With_PackId($packId = null);\r
     public function With_Steps(array $steps);\r
     public function build();\r
 }
\ No newline at end of file