(svn r20054) -Add: framework to check for hotkeys

This commit is contained in:
yexo
2010-07-03 13:27:32 +00:00
parent 0eb8772794
commit 02fbc6dfdd
7 changed files with 166 additions and 0 deletions

View File

@@ -330,6 +330,7 @@
<ClCompile Include="..\src\ground_vehicle.cpp" />
<ClCompile Include="..\src\heightmap.cpp" />
<ClCompile Include="..\src\highscore.cpp" />
<ClCompile Include="..\src\hotkeys.cpp" />
<ClCompile Include="..\src\ini.cpp" />
<ClCompile Include="..\src\landscape.cpp" />
<ClCompile Include="..\src\map.cpp" />
@@ -448,6 +449,7 @@
<ClInclude Include="..\src\gui.h" />
<ClInclude Include="..\src\heightmap.h" />
<ClInclude Include="..\src\highscore.h" />
<ClInclude Include="..\src\hotkeys.h" />
<ClInclude Include="..\src\house.h" />
<ClInclude Include="..\src\house_type.h" />
<ClInclude Include="..\src\industry.h" />