boo/include/CInputRelay.hpp

12 lines
148 B
C++
Raw Normal View History

2015-04-19 20:16:50 +00:00
#ifndef CINPUTRELAY_HPP
#define CINPUTRELAY_HPP
#include "IInputWaiter.hpp"
class CInputRelay : IInputWaiter
{
};
#endif // CINPUTRELAY_HPP