boo/include/CInputRelay.hpp

12 lines
148 B
C++

#ifndef CINPUTRELAY_HPP
#define CINPUTRELAY_HPP
#include "IInputWaiter.hpp"
class CInputRelay : IInputWaiter
{
};
#endif // CINPUTRELAY_HPP