mirror of
https://github.com/AxioDL/boo.git
synced 2025-05-16 20:31:29 +00:00
10 lines
108 B
C++
10 lines
108 B
C++
#ifndef IINPUTWAITER_HPP
|
|
#define IINPUTWAITER_HPP
|
|
|
|
class IInputWaiter
|
|
{
|
|
|
|
};
|
|
|
|
#endif // IINPUTWAITER_HPP
|