Example #1
0
void Console::quit()
{
#ifndef BF_NO_CONSOLE

   OGLCONSOLE_Quit();
   mConsole = NULL;

#endif
}
Example #2
0
    void quit()
    {
        // Disconnect client
        delete client;
        client = 0;

        OGLCONSOLE_Quit();
        SDLNet_Quit();
        SDL_Quit();
    }