mirror of
https://github.com/AxioDL/boo.git
synced 2025-06-27 17:03:41 +00:00
15 lines
136 B
C++
15 lines
136 B
C++
#ifndef IRETRACEWAITER_HPP
|
|
#define IRETRACEWAITER_HPP
|
|
|
|
namespace boo
|
|
{
|
|
|
|
class IRetraceWaiter
|
|
{
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif // IRETRACEWAITER_HPP
|