mirror of https://github.com/AxioDL/boo.git
10 lines
108 B
C++
10 lines
108 B
C++
|
#ifndef IHIDLISTENER_HPP
|
||
|
#define IHIDLISTENER_HPP
|
||
|
|
||
|
class IHIDListener
|
||
|
{
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif // IHIDLISTENER_HPP
|