mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add event debug routine.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef __TRACYEVENTDEBUG_HPP__
|
||||
#define __TRACYEVENTDEBUG_HPP__
|
||||
|
||||
namespace tracy
|
||||
{
|
||||
struct QueueItem;
|
||||
void EventDebug( const QueueItem& ev );
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user