diff options
-rw-r--r-- | ttd.dsp | 4 | ||||
-rw-r--r-- | ttd.vcproj | 6 |
2 files changed, 10 insertions, 0 deletions
@@ -261,6 +261,10 @@ SOURCE=.\misc.c # End Source File
# Begin Source File
+SOURCE=.\mixer.c
+# End Source File
+
+# Begin Source File
SOURCE=.\namegen.c
# End Source File
diff --git a/ttd.vcproj b/ttd.vcproj index 6852b1359..f19d971ce 100644 --- a/ttd.vcproj +++ b/ttd.vcproj @@ -530,6 +530,9 @@ </FileConfiguration>
</File>
<File
+ RelativePath=".\mixer.c">
+ </File>
+ <File
RelativePath="namegen.c">
<FileConfiguration
Name="Release|Win32">
@@ -1205,6 +1208,9 @@ RelativePath="md5.h">
</File>
<File
+ RelativePath=".\mixer.h">
+ </File>
+ <File
RelativePath=".\network.h">
</File>
<File
|