mirror of https://github.com/AxioDL/boo.git
7 lines
128 B
C++
7 lines
128 B
C++
|
#ifndef CINPUTDEFERREDRELAY_HPP
|
||
|
#define CINPUTDEFERREDRELAY_HPP
|
||
|
|
||
|
#include "IInputWaiter.hpp"
|
||
|
|
||
|
#endif // CINPUTDEFERREDRELAY_HPP
|