equal
deleted
inserted
replaced
1 /* $Id$ */ |
1 /* $Id$ */ |
|
2 |
|
3 /** |
|
4 * @file core.h Base for all network types (UDP and TCP) |
|
5 */ |
2 |
6 |
3 #ifndef NETWORK_CORE_H |
7 #ifndef NETWORK_CORE_H |
4 #define NETWORK_CORE_H |
8 #define NETWORK_CORE_H |
5 |
9 |
6 #ifdef ENABLE_NETWORK |
10 #ifdef ENABLE_NETWORK |
7 |
11 |
8 #include "os_abstraction.h" |
12 #include "os_abstraction.h" |
9 #include "../../newgrf_config.h" |
13 #include "../../newgrf_config.h" |
10 |
|
11 /** |
|
12 * @file core.h Base for all network types (UDP and TCP) |
|
13 */ |
|
14 |
14 |
15 bool NetworkCoreInitialize(void); |
15 bool NetworkCoreInitialize(void); |
16 void NetworkCoreShutdown(void); |
16 void NetworkCoreShutdown(void); |
17 |
17 |
18 /** Status of a network client; reasons why a client has quit */ |
18 /** Status of a network client; reasons why a client has quit */ |