Mercurial > hg > openttd
diff projects/openttd_vs100.vcxproj.filters @ 16237:cf3d31cf5da4 draft
(svn r20938) -Codechange: make the code for listening on a socket (more) reusable
author | rubidium <rubidium@openttd.org> |
---|---|
date | Fri, 15 Oct 2010 21:56:06 +0000 (2010-10-15) |
parents | 62befe1b097c |
children | 4b80dac03c83 |
line wrap: on
line diff
--- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -2343,6 +2343,9 @@ <ClInclude Include="..\src\network\core\tcp_http.h"> <Filter>Network Core</Filter> </ClInclude> + <ClInclude Include="..\src\network\core\tcp_listen.h"> + <Filter>Network Core</Filter> + </ClInclude> <ClCompile Include="..\src\network\core\udp.cpp"> <Filter>Network Core</Filter> </ClCompile>