mirror of
https://github.com/AxioDL/boo.git
synced 2025-06-29 01:43:44 +00:00
15 lines
128 B
C++
15 lines
128 B
C++
#ifndef IINPUTWAITER_HPP
|
|
#define IINPUTWAITER_HPP
|
|
|
|
namespace boo
|
|
{
|
|
|
|
class IInputWaiter
|
|
{
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif // IINPUTWAITER_HPP
|