diff options
author | rubidium <rubidium@openttd.org> | 2007-12-21 21:50:46 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-21 21:50:46 +0000 |
commit | 9e9cfe6e59de14f7df9ab505f9bf5ef3d827545d (patch) | |
tree | d864de233dd5965735564d85017cf7abf0875933 /src/network/network_client.cpp | |
parent | 65754b8d12099be586967a4bba5b82a484628b18 (diff) | |
download | openttd-9e9cfe6e59de14f7df9ab505f9bf5ef3d827545d.tar.xz |
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
Diffstat (limited to 'src/network/network_client.cpp')
-rw-r--r-- | src/network/network_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_client.cpp b/src/network/network_client.cpp index d4c20d904..ed47953ed 100644 --- a/src/network/network_client.cpp +++ b/src/network/network_client.cpp @@ -15,7 +15,7 @@ #include "network_gamelist.h" #include "network_gui.h" #include "../saveload.h" -#include "../command.h" +#include "../command_func.h" #include "../console.h" #include "../variables.h" #include "../ai/ai.h" |