diff options
author | yexo <yexo@openttd.org> | 2010-07-03 13:27:32 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-07-03 13:27:32 +0000 |
commit | d1044c036a1321d377dfe0a79ed5d39888bfd3d1 (patch) | |
tree | bbf4795620090d37cc1445ab47b83173455d52d1 /projects/openttd_vs100.vcxproj.filters | |
parent | eb19d4b440a6b02c7c7f5f4d6c37e26d2b8b36ae (diff) | |
download | openttd-d1044c036a1321d377dfe0a79ed5d39888bfd3d1.tar.xz |
(svn r20054) -Add: framework to check for hotkeys
Diffstat (limited to 'projects/openttd_vs100.vcxproj.filters')
-rw-r--r-- | projects/openttd_vs100.vcxproj.filters | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/openttd_vs100.vcxproj.filters b/projects/openttd_vs100.vcxproj.filters index bccaedab8..e063b737a 100644 --- a/projects/openttd_vs100.vcxproj.filters +++ b/projects/openttd_vs100.vcxproj.filters @@ -193,6 +193,9 @@ <ClCompile Include="..\src\highscore.cpp"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="..\src\hotkeys.cpp"> + <Filter>Source Files</Filter> + </ClCompile> <ClCompile Include="..\src\ini.cpp"> <Filter>Source Files</Filter> </ClCompile> @@ -547,6 +550,9 @@ <ClInclude Include="..\src\highscore.h"> <Filter>Header Files</Filter> </ClInclude> + <ClInclude Include="..\src\hotkeys.h"> + <Filter>Header Files</Filter> + </ClInclude> <ClInclude Include="..\src\house.h"> <Filter>Header Files</Filter> </ClInclude> |