tracy/server/TracyEventDebug.hpp
2021-11-04 22:30:16 +01:00

11 lines
151 B
C++

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