diff options
-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
|