mirror of
https://github.com/AxioDL/boo.git
synced 2025-06-05 06:03:44 +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
|