source: advance-wars/src/com/example/advancewars/AppState.java@ c088db6

Last change on this file since c088db6 was 5d9e7bb, checked in by dportnoy <devnull@…>, 14 years ago

Added lots of code from the android blackjack project.

  • Property mode set to 100644
File size: 106 bytes
RevLine 
[5d9e7bb]1package com.example.advancewars;
2
3public enum AppState {
4 LOSE,
5 PAUSE,
6 READY,
7 RUNNING,
8 WIN
9}
Note: See TracBrowser for help on using the repository browser.