equal
deleted
inserted
replaced
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 |