summaryrefslogtreecommitdiff
path: root/projects/openttd_vs80.vcproj
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-19 20:50:54 +0000
committertruebrain <truebrain@openttd.org>2011-12-19 20:50:54 +0000
commit12aa5b6a583aa7ca9092ec6c77e7b12677cdd6a4 (patch)
tree7569f15cf65bf42fc1b4fff16a66cba8d0648299 /projects/openttd_vs80.vcproj
parent5cda1d7c90f7ac2a1d8a851edbe426f07a032946 (diff)
downloadopenttd-12aa5b6a583aa7ca9092ec6c77e7b12677cdd6a4.tar.xz
(svn r23604) -Add: initial support for GameScripts
Diffstat (limited to 'projects/openttd_vs80.vcproj')
-rw-r--r--projects/openttd_vs80.vcproj20
1 files changed, 20 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj
index f60e5fa07..5d6897dfa 100644
--- a/projects/openttd_vs80.vcproj
+++ b/projects/openttd_vs80.vcproj
@@ -2976,6 +2976,26 @@
</File>
</Filter>
<Filter
+ Name="Game Core"
+ >
+ <File
+ RelativePath=".\..\src\game\game.hpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\game\game_core.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\game\game_instance.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\..\src\game\game_instance.hpp"
+ >
+ </File>
+ </Filter>
+ <Filter
Name="Script API"
>
<File