mirror of
https://github.com/AxioDL/boo.git
synced 2025-05-15 11:51:27 +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
|