src/network/core/core.cpp
branchcpp_gui
changeset 6268 4b5241e5dd10
parent 6151 4b5e33f35bbe
child 6298 c30fe89622df
equal deleted inserted replaced
6267:7c8ec33959b1 6268:4b5241e5dd10
     1 /* $Id$ */
     1 /* $Id$ */
       
     2 
       
     3 /**
       
     4  * @file core.cpp Functions used to initialize/shut down the core network
       
     5  */
     2 
     6 
     3 #ifdef ENABLE_NETWORK
     7 #ifdef ENABLE_NETWORK
     4 
     8 
     5 #include "../../stdafx.h"
     9 #include "../../stdafx.h"
     6 #include "../../debug.h"
    10 #include "../../debug.h"
     7 #include "os_abstraction.h"
    11 #include "os_abstraction.h"
     8 #include "core.h"
    12 #include "core.h"
     9 #include "packet.h"
    13 #include "packet.h"
    10 
       
    11 /**
       
    12  * @file core.cpp Functions used to initialize/shut down the core network
       
    13  */
       
    14 
    14 
    15 #ifdef __MORPHOS__
    15 #ifdef __MORPHOS__
    16 /* the library base is required here */
    16 /* the library base is required here */
    17 struct Library *SocketBase = NULL;
    17 struct Library *SocketBase = NULL;
    18 #endif
    18 #endif