diff --git a/src/spaceshipsim/Window.java b/src/spaceshipsim/Window.java new file mode 100644 index 0000000..aaca45e --- /dev/null +++ b/src/spaceshipsim/Window.java @@ -0,0 +1,15 @@ +package spaceshipsim; + +import javax.swing.*; +import java.awt.*; + +/** + * @author Nicolás A. Ortega + * @copyright Nicolás A. Ortega + * @license GNU GPLv3 + * @year 2014 + * + */ +public class Window { + public +} \ No newline at end of file