Started implementing the Replay Center.

Expanded and generalized the ApiClient.
This commit is contained in:
Marius Metzger
2015-01-29 22:58:22 +01:00
parent 4659abc98e
commit f67e681825
9 changed files with 247 additions and 31 deletions

View File

@@ -2,6 +2,12 @@ package eu.crushedpixel.replaymod.gui;
public class GuiConstants {
public static final int CENTER_OVERVIEW_BUTTON = 2000;
public static final int CENTER_MY_REPLAYS_BUTTON = 2001;
public static final int CENTER_UPLOAD_BUTTON = 2002;
public static final int CENTER_BACK_BUTTON = 2003;
public static final int CENTER_LOGOUT_BUTTON = 2004;
public static final int REPLAY_OPTIONS_BUTTON_ID = 8000;
public static final int REPLAY_MANAGER_BUTTON_ID = 9001;