summaryrefslogtreecommitdiff
path: root/src/ch/epfl/maze/graphics/GraphicComponent.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ch/epfl/maze/graphics/GraphicComponent.java')
-rw-r--r--src/ch/epfl/maze/graphics/GraphicComponent.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/graphics/GraphicComponent.java b/src/ch/epfl/maze/graphics/GraphicComponent.java
index 44b4b1f..e63b145 100644
--- a/src/ch/epfl/maze/graphics/GraphicComponent.java
+++ b/src/ch/epfl/maze/graphics/GraphicComponent.java
@@ -12,6 +12,8 @@ import java.awt.image.ImageObserver;
12 12
13/** 13/**
14 * Graphic component of an animal that will be drawn by an {@link Animation}. 14 * Graphic component of an animal that will be drawn by an {@link Animation}.
15 *
16 * @author EPFL
15 */ 17 */
16public final class GraphicComponent { 18public final class GraphicComponent {
17 19