diff options
Diffstat (limited to 'src/ch/epfl/maze/simulation/Simulation.java')
-rw-r--r-- | src/ch/epfl/maze/simulation/Simulation.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/simulation/Simulation.java b/src/ch/epfl/maze/simulation/Simulation.java index d373d2f..1c3bf51 100644 --- a/src/ch/epfl/maze/simulation/Simulation.java +++ b/src/ch/epfl/maze/simulation/Simulation.java | |||
@@ -10,6 +10,8 @@ import java.util.Map; | |||
10 | /** | 10 | /** |
11 | * The {@code Simulation} interface defines a set of rules that must be | 11 | * The {@code Simulation} interface defines a set of rules that must be |
12 | * fulfilled in order to be displayed. | 12 | * fulfilled in order to be displayed. |
13 | * | ||
14 | * @author EPFL | ||
13 | */ | 15 | */ |
14 | public interface Simulation { | 16 | public interface Simulation { |
15 | 17 | ||