diff options
author | Stephen Kennedy | 2008-07-09 13:33:36 +0000 |
---|---|---|
committer | Stephen Kennedy | 2008-07-09 13:33:36 +0000 |
commit | 1f0b3ceb3633c75cd40f1eaacddeb73b5b8ec555 (patch) | |
tree | fdf661d07db016bf181a4c4b9ef65011842349f9 /dists/msvc8 | |
parent | b035101732407ae7595d80162346f995242654f2 (diff) | |
download | scummvm-rg350-1f0b3ceb3633c75cd40f1eaacddeb73b5b8ec555.tar.gz scummvm-rg350-1f0b3ceb3633c75cd40f1eaacddeb73b5b8ec555.tar.bz2 scummvm-rg350-1f0b3ceb3633c75cd40f1eaacddeb73b5b8ec555.zip |
Added pushEvent to EventManager (from cpage88's branch) and changed VirtualKeyboard so that it uses this method to feed key presses its resulting key press events.
svn-id: r32977
Diffstat (limited to 'dists/msvc8')
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index 8f7f42f9e4..638946334c 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -399,6 +399,10 @@ > </File> <File + RelativePath="..\..\common\queue.h" + > + </File> + <File RelativePath="..\..\common\rect.h" > </File> |