diff options
author | truelight <truelight@openttd.org> | 2004-12-31 15:55:14 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2004-12-31 15:55:14 +0000 |
commit | 1fef394fdec6baaae1fcd0b7bc6f4b3499d03b12 (patch) | |
tree | 7aa48ab5a460c8acab988d8a0e6d76b0befa9f70 | |
parent | d76ecbba7c28a86825795a7dfd452dca92f5775d (diff) | |
download | openttd-1fef394fdec6baaae1fcd0b7bc6f4b3499d03b12.tar.xz |
(svn r1308) -Update: updated MSVC project files
-rw-r--r-- | ttd.dsp | 4 | ||||
-rw-r--r-- | ttd.vcproj | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -966,6 +966,10 @@ SOURCE=.\table\landscape_sprite.h # End Source File
# Begin Source File
+SOURCE=.\table\namegen.h
+# End Source File
+
+# Begin Source File
SOURCE=.\table\palettes.h
# End Source File
diff --git a/ttd.vcproj b/ttd.vcproj index 68564ea43..78160c983 100644 --- a/ttd.vcproj +++ b/ttd.vcproj @@ -2660,6 +2660,9 @@ RelativePath="table\landscape_sprite.h">
</File>
<File
+ RelativePath="table\namegen.h">
+ </File>
+ <File
RelativePath="table\palettes.h">
</File>
<File
|