mirror of
https://github.com/AxioDL/boo.git
synced 2025-06-05 06:03:44 +00:00
9 lines
115 B
C++
9 lines
115 B
C++
#ifndef IRETRACEWAITER_HPP
|
|
#define IRETRACEWAITER_HPP
|
|
|
|
class IRetraceWaiter
|
|
{
|
|
|
|
};
|
|
|
|
#endif // IRETRACEWAITER_HPP
|