Backlog/lib/tracy/tracy-0.10/server/TracyEventDebug.hpp

11 lines
151 B
C++

#ifndef __TRACYEVENTDEBUG_HPP__
#define __TRACYEVENTDEBUG_HPP__
namespace tracy
{
struct QueueItem;
void EventDebug( const QueueItem& ev );
}
#endif