Try to kill off all teams if the player returns to the lobby in mid-game. Also leave game room open for admins to kick/restrict joins etc. NEEDS TESTING PROBABLY BROKE SOMETHING OR OTHER
/*
* InstallController.h
*
*
* Created by Vittorio on 28/09/09.
* Copyright 2009 __MyCompanyName__. All rights reserved.
*
*/
#ifndef INSTALLCONTROLLER_H
#define INSTALLCONTROLLER_H
class InstallController
{
public:
virtual ~InstallController();
virtual void showInstallController() = 0;
};
#endif