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