mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
11 lines
151 B
C++
11 lines
151 B
C++
#ifndef __TRACYEVENTDEBUG_HPP__
|
|
#define __TRACYEVENTDEBUG_HPP__
|
|
|
|
namespace tracy
|
|
{
|
|
struct QueueItem;
|
|
void EventDebug( const QueueItem& ev );
|
|
}
|
|
|
|
#endif
|