source: advance-wars/src/com/example/advancewars/GameState.java@ 681c37d

Last change on this file since 681c37d 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: 89 bytes
Line 
1package com.example.advancewars;
2
3public enum GameState {
4 YOUR_TURN,
5 COMP_TURN
6}
Note: See TracBrowser for help on using the repository browser.