Skip to content

Commit

Permalink
Distributed files into packages.
Browse files Browse the repository at this point in the history
Fixed David's author tag.
  • Loading branch information
obi1kenobi committed Sep 22, 2012
1 parent 4db7e3d commit f80ffc1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
package com.mazebuilder.root;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.SlickException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
package com.mazebuilder.root;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.SlickException;
Expand All @@ -7,7 +8,7 @@
/**
* The main menu loop.
*
* @author xiao
* @author dxiao
*/
public class MainMenuState extends BasicGameState {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
package com.mazebuilder.root;
import org.newdawn.slick.AppGameContainer;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.SlickException;
import org.newdawn.slick.state.StateBasedGame;


/**
*
* @author dxiao
*/
public class MazebuilderGame extends StateBasedGame {

public MazebuilderGame() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
package com.mazebuilder.toys;
import org.newdawn.slick.BasicGame;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.SlickException;
import org.newdawn.slick.AppGameContainer;

/**
*
* @author dxiao
*/
public class TestSlick extends BasicGame {

public TestSlick () {
Expand Down

0 comments on commit f80ffc1

Please sign in to comment.