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