mirror of https://github.com/AxioDL/boo.git
12 lines
148 B
C++
12 lines
148 B
C++
|
#ifndef CINPUTRELAY_HPP
|
||
|
#define CINPUTRELAY_HPP
|
||
|
|
||
|
#include "IInputWaiter.hpp"
|
||
|
|
||
|
class CInputRelay : IInputWaiter
|
||
|
{
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif // CINPUTRELAY_HPP
|