ENGINES: Added initKeymap() stub

This commit is contained in:
Tarek Soliman 2011-10-09 15:51:13 -05:00
parent d5aa988f16
commit 5cbbf89f77

View File

@ -180,6 +180,11 @@ public:
*/
virtual void syncSoundSettings();
/*
* Initialize the engine-specific keymap
*/
virtual void initKeymap() {}
/**
* Flip mute all sound option.
*/