diff options
author | tron <tron@openttd.org> | 2005-08-05 11:53:48 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-08-05 11:53:48 +0000 |
commit | c78af95d1d3ed714d365fc9d9005e39f926bfb80 (patch) | |
tree | 156ba2b5231e6c0ab0f9fe6830a7b60ec10af251 /openttd.vcproj | |
parent | 4696ef802a1c3b037a07a841945d73b52720a163 (diff) | |
download | openttd-c78af95d1d3ed714d365fc9d9005e39f926bfb80.tar.xz |
(svn r2810) Threads may now return information when they terminate using a void*.
Also add the new files to the MSVC project files.
Diffstat (limited to 'openttd.vcproj')
-rw-r--r-- | openttd.vcproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openttd.vcproj b/openttd.vcproj index 997054288..ec8279e2e 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -402,6 +402,9 @@ RelativePath="texteff.c"> </File> <File + RelativePath=".\thread.c"> + </File> + <File RelativePath=".\tile.c"> </File> <File @@ -613,6 +616,9 @@ RelativePath=".\string.h"> </File> <File + RelativePath=".\thread.h"> + </File> + <File RelativePath=".\tile.h"> </File> <File |