diff options
author | terkhen <terkhen@openttd.org> | 2010-02-10 15:24:48 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2010-02-10 15:24:48 +0000 |
commit | 2329eacfe8124cb70c1f4dcf6c38794ef1acbfdf (patch) | |
tree | 0a9a5f7b8963bb0295a754f20b53e34bcc694826 /projects | |
parent | 73ed81b1c78232c14de861207db9b40ff2550536 (diff) | |
download | openttd-2329eacfe8124cb70c1f4dcf6c38794ef1acbfdf.tar.xz |
(svn r19076) -Codechange: Move graph functions to their own header.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index f840b5c05..85094fd17 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1024,6 +1024,10 @@ > </File> <File + RelativePath=".\..\src\graph_gui.h" + > + </File> + <File RelativePath=".\..\src\group.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 4545bfdbc..b0dc67bcd 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1021,6 +1021,10 @@ > </File> <File + RelativePath=".\..\src\graph_gui.h" + > + </File> + <File RelativePath=".\..\src\group.h" > </File> |