* Some interface for key bindings
This commit is contained in:
jean.chalard
2010-02-15 14:32:56 +00:00
parent 16abaa249c
commit 16ca1a929f
4 changed files with 33 additions and 1 deletions
+6
View File
@@ -484,4 +484,10 @@ struct WLFiltersSort{
bool operator()(const WGuiBase*l, const WGuiBase*r);
};
class WGuiKeyBinder : public WGuiItem {
public:
WGuiKeyBinder();
virtual void Render();
};
#endif