- changed VirtualKeyboard classes to Common namespace
- updated XMLParser from Tanoku's branch svn-id: r32943
This commit is contained in:
parent
5840c2480f
commit
275ffece2f
8 changed files with 30 additions and 14 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "graphics/imageman.h"
|
||||
#include "common/unzip.h"
|
||||
|
||||
namespace GUI {
|
||||
namespace Common {
|
||||
|
||||
VirtualKeyboard::VirtualKeyboard() : _currentMode(0), _keyDown(0) {
|
||||
assert(g_system);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue