boo/include/CInputRelay.hpp

17 lines
168 B
C++
Raw Normal View History

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