Changeset 379005b in advance-wars for src/com/medievaltech/advancewars/Game.java


Ignore:
Timestamp:
Jun 6, 2011, 4:40:18 PM (13 years ago)
Author:
dportnoy <devnull@…>
Branches:
master
Children:
b660017
Parents:
bdd63ba
Message:

Moved all the enums to an Enum.java file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com/medievaltech/advancewars/Game.java

    rbdd63ba r379005b  
    22
    33import java.io.*;
    4 
    5 import com.medievaltech.advancewars.GameView.DrawingThread;
    64
    75import android.app.Activity;
     
    1311import android.widget.TextView;
    1412
     13import com.medievaltech.advancewars.GameView.*;
     14import com.medievaltech.advancewars.Enum.*;
     15
    1516public class Game extends Activity {
    1617        private static final int MENU_SAVE = 1;
    1718        private static final int MENU_MAIN = 2;
    1819    private static final int MENU_EXIT = 3;
    19    
    20     public enum State{BUST, ACTIVE, DOUBLEDOWN};
    2120
    2221    /** A handle to the thread that's actually running the animation. */
Note: See TracChangeset for help on using the changeset viewer.