boo/src/inputdev/IHIDListener.hpp

10 lines
108 B
C++
Raw Normal View History

2015-04-19 22:52:45 +00:00
#ifndef IHIDLISTENER_HPP
#define IHIDLISTENER_HPP
class IHIDListener
{
};
#endif // IHIDLISTENER_HPP