mirror of
https://github.com/AxioDL/boo.git
synced 2025-08-27 22:15:43 +00:00
12 lines
148 B
C++
12 lines
148 B
C++
#ifndef CINPUTDEFERREDRELAY_HPP
|
|
#define CINPUTDEFERREDRELAY_HPP
|
|
|
|
#include "IInputWaiter.hpp"
|
|
|
|
namespace boo
|
|
{
|
|
|
|
}
|
|
|
|
#endif // CINPUTDEFERREDRELAY_HPP
|