diff options
-rw-r--r-- | openttd.dsp | 8 | ||||
-rw-r--r-- | openttd.vcproj | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/openttd.dsp b/openttd.dsp index 01cd3731a..4c653796e 100644 --- a/openttd.dsp +++ b/openttd.dsp @@ -131,6 +131,10 @@ SOURCE=.\console_cmds.c # End Source File # Begin Source File +SOURCE=.\currency.c +# End Source File +# Begin Source File + SOURCE=.\debug.c # End Source File # Begin Source File @@ -502,6 +506,10 @@ SOURCE=.\console.h # End Source File # Begin Source File +SOURCE=.\currency.h +# End Source File +# Begin Source File + SOURCE=.\debug.h # End Source File # Begin Source File diff --git a/openttd.vcproj b/openttd.vcproj index ec8279e2e..ce8343008 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -183,6 +183,9 @@ RelativePath=".\console_cmds.c"> </File> <File + RelativePath=".\currency.c"> + </File> + <File RelativePath=".\debug.c"> </File> <File @@ -475,6 +478,9 @@ RelativePath="console.h"> </File> <File + RelativePath=".\currency.h"> + </File> + <File RelativePath="debug.h"> </File> <File |