diff options
author | rubidium <rubidium@openttd.org> | 2010-10-15 21:56:06 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-10-15 21:56:06 +0000 |
commit | 234bee0858b3c135f0827be63e904b8edacdee90 (patch) | |
tree | 0de110f2ffd193c3461ad837700d43dbb7c7e091 /projects/openttd_vs100.vcxproj | |
parent | c9cbab14ea4ad07354524dd1a7e7df4126722ba1 (diff) | |
download | openttd-234bee0858b3c135f0827be63e904b8edacdee90.tar.xz |
(svn r20938) -Codechange: make the code for listening on a socket (more) reusable
Diffstat (limited to 'projects/openttd_vs100.vcxproj')
-rw-r--r-- | projects/openttd_vs100.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj b/projects/openttd_vs100.vcxproj index 7ad2ebabc..69e635eed 100644 --- a/projects/openttd_vs100.vcxproj +++ b/projects/openttd_vs100.vcxproj @@ -1041,6 +1041,7 @@ <ClInclude Include="..\src\network\core\tcp_game.h" /> <ClCompile Include="..\src\network\core\tcp_http.cpp" /> <ClInclude Include="..\src\network\core\tcp_http.h" /> + <ClInclude Include="..\src\network\core\tcp_listen.h" /> <ClCompile Include="..\src\network\core\udp.cpp" /> <ClInclude Include="..\src\network\core\udp.h" /> <ClInclude Include="..\src\pathfinder\follow_track.hpp" /> |