class LoadState
{
public:
static void MainMenu(View *view);
static void Disconnected(View *view);
static void LoginBox(View *view);
static void CharacterList(View *view);
static void Game(View *view, shared_ptr<Map> map, shared_ptr<Character> me);
};