boo/include/IInputWaiter.hpp

15 lines
128 B
C++
Raw Normal View History

2015-04-19 20:16:50 +00:00
#ifndef IINPUTWAITER_HPP
#define IINPUTWAITER_HPP
2015-04-29 10:24:39 +00:00
namespace boo
{
2015-04-19 20:16:50 +00:00
class IInputWaiter
{
};
2015-04-29 10:24:39 +00:00
}
2015-04-19 20:16:50 +00:00
#endif // IINPUTWAITER_HPP