project_files/Android-build/SDL-android-project/src/org/hedgewars/mobile/EngineProtocol/GameMode.java
author Xeli
Tue, 09 Aug 2011 20:56:18 +0200
branchhedgeroid
changeset 5512 e4cbfa6c1a6d
parent 5463 83c53a80f7ff
child 5621 ea796c83ea47
permissions -rw-r--r--
api level 9 for now
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5463
83c53a80f7ff datastructures for the different aspects of a gameconfiguration
Xeli
parents:
diff changeset
     1
package org.hedgewars.mobile.EngineProtocol;
83c53a80f7ff datastructures for the different aspects of a gameconfiguration
Xeli
parents:
diff changeset
     2
83c53a80f7ff datastructures for the different aspects of a gameconfiguration
Xeli
parents:
diff changeset
     3
public enum GameMode {
83c53a80f7ff datastructures for the different aspects of a gameconfiguration
Xeli
parents:
diff changeset
     4
		MODE_LOCAL, MODE_DEMO, MODE_NET, MODE_SAVE
83c53a80f7ff datastructures for the different aspects of a gameconfiguration
Xeli
parents:
diff changeset
     5
}