Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TracyEventDebug.hpp « server - github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 00123e0c0771a703d50014182e0c92fe7560a1a9 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __TRACYEVENTDEBUG_HPP__
#define __TRACYEVENTDEBUG_HPP__

namespace tracy
{
struct QueueItem;
void EventDebug( const QueueItem& ev );
}

#endif