]> git.tdb.fi Git - libs/gui.git/blob - source/inputhub.h
Initial revision
[libs/gui.git] / source / inputhub.h
1 /* $Id$
2
3 This file is part of libmspgbase
4 Copyright © 2007 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
6 */
7
8 #ifndef MSP_GBASE_INPUTHUB_H_
9 #define MSP_GBASE_INPUTHUB_H_
10
11 #include "inputdevice.h"
12
13 namespace Msp {
14 namespace Input {
15
16 class Hub: public Device
17 {
18 };
19
20 } // namespace Input
21 } // namespace Msp
22
23 #endif