mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-07 11:02:51 +00:00
13 lines
234 B
C++
13 lines
234 B
C++
#ifndef __CAPTUREOUTPUT_HPP__
|
|
#define __CAPTUREOUTPUT_HPP__
|
|
|
|
#include "CaptureConsole.hpp"
|
|
|
|
namespace tracy { class Worker; }
|
|
|
|
int WaitForConnection( tracy::Worker& worker );
|
|
|
|
void PrintWorkerFailure( tracy::Worker& worker );
|
|
|
|
#endif
|