mirror of
https://github.com/AxioDL/boo.git
synced 2025-05-16 20:31:29 +00:00
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
|