diff options
author | Darkvater <darkvater@openttd.org> | 2005-10-02 22:39:56 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2005-10-02 22:39:56 +0000 |
commit | a3d40a29fc10e67c4a1b7cbd7fd519da030167af (patch) | |
tree | 5bcc6532a22928d167bf464a1c93f8aafbefa0f6 /openttd.vcproj | |
parent | e8fac6c6cb2a19a15b57c9629b0f69de37acecd2 (diff) | |
download | openttd-a3d40a29fc10e67c4a1b7cbd7fd519da030167af.tar.xz |
(svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Fix warning in graph_gui.c with const problem
Diffstat (limited to 'openttd.vcproj')
-rw-r--r-- | openttd.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openttd.vcproj b/openttd.vcproj index 96f40d01d..fe500fa71 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -826,6 +826,9 @@ <File RelativePath=".\ai\default\default.c"> </File> + <File + RelativePath=".\ai\default\default.h"> + </File> <Filter Name="trolly" Filter=""> |