diff options
author | rubidium <rubidium@openttd.org> | 2008-08-04 12:56:38 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-08-04 12:56:38 +0000 |
commit | c88cb1daa05e447cdcd2daec62501869e4e12fdf (patch) | |
tree | c6e7b9351a95668e363be7d112fb1d28d04bce48 /projects | |
parent | a822e259c5cf57ad49ad7c12b9bd90f14c646ade (diff) | |
download | openttd-c88cb1daa05e447cdcd2daec62501869e4e12fdf.tar.xz |
(svn r13988) -Codechange: move the to IP resolving functions to a separate file.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 8 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index b19198b2d..c336651bf 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -2452,6 +2452,14 @@ > </File> <File + RelativePath=".\..\src\network\core\host.cpp" + > + </File> + <File + RelativePath=".\..\src\network\core\host.h" + > + </File> + <File RelativePath=".\..\src\network\core\os_abstraction.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 3523d11dc..fe4b382da 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2449,6 +2449,14 @@ > </File> <File + RelativePath=".\..\src\network\core\host.cpp" + > + </File> + <File + RelativePath=".\..\src\network\core\host.h" + > + </File> + <File RelativePath=".\..\src\network\core\os_abstraction.h" > </File> |