mirror of
https://github.com/AxioDL/boo.git
synced 2025-05-15 11:51:27 +00:00
17 lines
168 B
C++
17 lines
168 B
C++
#ifndef CINPUTRELAY_HPP
|
|
#define CINPUTRELAY_HPP
|
|
|
|
#include "IInputWaiter.hpp"
|
|
|
|
namespace boo
|
|
{
|
|
|
|
class CInputRelay : IInputWaiter
|
|
{
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif // CINPUTRELAY_HPP
|