diff options
author | peter1138 <peter1138@openttd.org> | 2006-04-20 21:19:20 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-04-20 21:19:20 +0000 |
commit | b23e85a7be8b5ffb70fb343a90a644d2029d890e (patch) | |
tree | 9b14e597372cd8f07a45e27b52ff357d856e63aa | |
parent | 5ddf986c8d307374081593dc397ae1822704f70f (diff) | |
download | openttd-b23e85a7be8b5ffb70fb343a90a644d2029d890e.tar.xz |
(svn r4488) - Add newgrf_spritegroup.[ch] to MS VS project files
-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 2e1b8d369..83045befb 100644 --- a/openttd.dsp +++ b/openttd.dsp @@ -284,6 +284,10 @@ SOURCE=.\newgrf_engine.c # End Source File # Begin Source File +SOURCE=.\newgrf_spritegroup.c +# End Source File +# Begin Source File + SOURCE=.\newgrf_station.c # End Source File # Begin Source File @@ -646,6 +650,10 @@ SOURCE=.\newgrf_engine.h # End Source File # Begin Source File +SOURCE=.\newgrf_spritegroup.h +# End Source File +# Begin Source File + SOURCE=.\newgrf_station.h # End Source File # Begin Source File diff --git a/openttd.vcproj b/openttd.vcproj index 046b3a7c3..9cb54d103 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -278,6 +278,9 @@ RelativePath=".\newgrf_engine.c"> </File> <File + RelativePath=".\newgrf_spritegroup.c"> + </File> + <File RelativePath=".\newgrf_station.c"> </File> <File @@ -501,6 +504,9 @@ RelativePath=".\newgrf_engine.h"> </File> <File + RelativePath=".\newgrf_spritegroup.h"> + </File> + <File RelativePath=".\newgrf_station.h"> </File> <File |