diff options
-rw-r--r-- | ttd.dsp | 8 | ||||
-rw-r--r-- | ttd.vcproj | 6 |
2 files changed, 14 insertions, 0 deletions
@@ -332,6 +332,10 @@ SOURCE=.\w32dm.c # End Source File
# Begin Source File
+SOURCE=.\waypoint.c
+# End Source File
+
+# Begin Source File
SOURCE=.\w32dm2.cpp
@@ -515,6 +519,10 @@ SOURCE=.\viewport.h # End Source File
# Begin Source File
+SOURCE=.\waypoint.h
+# End Source File
+
+# Begin Source File
SOURCE=.\window.h
# End Source File
diff --git a/ttd.vcproj b/ttd.vcproj index 30ba74782..2df92bf42 100644 --- a/ttd.vcproj +++ b/ttd.vcproj @@ -760,6 +760,9 @@ </FileConfiguration>
</File>
<File
+ RelativePath=".\waypoint.c">
+ </File>
+ <File
RelativePath="widget.c">
<FileConfiguration
Name="Release|Win32">
@@ -965,6 +968,9 @@ RelativePath="viewport.h">
</File>
<File
+ RelativePath="waypoint.h">
+ </File>
+ <File
RelativePath="window.h">
</File>
</Filter>
|