tracy/server/TracyEventDebug.hpp

11 lines
151 B
C++
Raw Normal View History

2021-11-04 21:30:16 +00:00
#ifndef __TRACYEVENTDEBUG_HPP__
#define __TRACYEVENTDEBUG_HPP__
namespace tracy
{
struct QueueItem;
void EventDebug( const QueueItem& ev );
}
#endif