diff options
author | rubidium <rubidium@openttd.org> | 2008-01-13 21:51:53 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-01-13 21:51:53 +0000 |
commit | 392d59f6a9d895710ff619ebe980e960b673bca7 (patch) | |
tree | dd6399ac3bc9f7813081a7cd37da6055249af718 /src/video | |
parent | 3ca95f2a85d2347f28424a479fa3323f4a86bca7 (diff) | |
download | openttd-392d59f6a9d895710ff619ebe980e960b673bca7.tar.xz |
(svn r11840) -Codechange: split network.h so not everything in there needs to be included when wanting to know whether we are a server.
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/dedicated_v.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp index 0ba791c93..c952ff093 100644 --- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -8,6 +8,7 @@ #include "../debug.h" #include "../gfx_func.h" #include "../network/network.h" +#include "../network/network_internal.h" #include "../console.h" #include "../variables.h" #include "../genworld.h" |