diff options
author | rubidium <rubidium@openttd.org> | 2013-05-19 14:30:40 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-05-19 14:30:40 +0000 |
commit | 5bca50c466777cd134fb506efe4d8867d4b357f1 (patch) | |
tree | 72899439e22038054addd94707e35c13fe2996d9 /projects/openttd_vs80.vcproj | |
parent | be4f85766c6c2d6adb0690d77de113b7dc88fc1e (diff) | |
download | openttd-5bca50c466777cd134fb506efe4d8867d4b357f1.tar.xz |
(svn r25261) -Add: abstract implementation of linkgraph overlay for GUI (fonsinchen)
Diffstat (limited to 'projects/openttd_vs80.vcproj')
-rw-r--r-- | projects/openttd_vs80.vcproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 743401143..ff7fe50b5 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1159,6 +1159,14 @@ > </File> <File + RelativePath=".\..\src\linkgraph\linkgraph_base.h" + > + </File> + <File + RelativePath=".\..\src\linkgraph\linkgraph_gui.h" + > + </File> + <File RelativePath=".\..\src\linkgraph\linkgraph_type.h" > </File> @@ -1995,6 +2003,10 @@ > </File> <File + RelativePath=".\..\src\linkgraph\linkgraph_gui.cpp" + > + </File> + <File RelativePath=".\..\src\main_gui.cpp" > </File> |