Changed package heirachy. Merged Controller and StartScreenController.

#refactor
This commit is contained in:
Calum
2017-07-21 09:22:55 +12:00
parent 9ecaa7c3b3
commit 881f7f8e30
62 changed files with 399 additions and 569 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package seng302;
import org.junit.Test;
import seng302.controllers.RaceViewController;
import seng302.visualiser.controllers.RaceViewController;
import static org.junit.Assert.assertTrue;