boo/include/InputRelay.hpp
2015-08-18 08:00:24 -10:00

17 lines
168 B
C++

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