Shadowrun: Awakened 29 September 2011 - Build 871
Functions
main.cpp File Reference
#include "ZoneServer.h"
Include dependency graph for ZoneServer/main.cpp:

Go to the source code of this file.

Functions

int main ()

Function Documentation

int main ( )

Definition at line 24 of file ZoneServer/main.cpp.

References SraNetwork::ZoneServer::Run().

{
    SraNetwork::ZoneServer zone;
    zone.Run();
    /*
    tbb::tbb_thread zoneThread( &SraNetwork::ZoneServer::Run );
    zoneThread.join();
    */
    return 0;
}

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net