diff options
author | peter1138 <peter1138@openttd.org> | 2006-02-05 20:36:36 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-02-05 20:36:36 +0000 |
commit | 2dd0473e0a0d26f71c1e6ea8b209a943fe4bd378 (patch) | |
tree | 865d3637ab90bf6743b7881f44fa7c13810ee7ac | |
parent | bb016cdff60fd4a87386f97fff34a3072a9927a0 (diff) | |
download | openttd-2dd0473e0a0d26f71c1e6ea8b209a943fe4bd378.tar.xz |
(svn r3558) Add newgrf_callbacks.h to VS project files
-rw-r--r-- | openttd.dsp | 4 | ||||
-rw-r--r-- | openttd.vcproj | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/openttd.dsp b/openttd.dsp index f9d4f677d..a8ec904d3 100644 --- a/openttd.dsp +++ b/openttd.dsp @@ -626,6 +626,10 @@ SOURCE=.\newgrf.h # End Source File # Begin Source File +SOURCE=.\newgrf_callbacks.h +# End Source File +# Begin Source File + SOURCE=.\newgrf_engine.h # End Source File # Begin Source File diff --git a/openttd.vcproj b/openttd.vcproj index 20af11d39..b4f79e092 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -492,6 +492,9 @@ RelativePath=".\newgrf.h"> </File> <File + RelativePath=".\newgrf_callbacks.h"> + </File> + <File RelativePath=".\newgrf_engine.h"> </File> <File |