tracy/server/TracyWeb.hpp
2021-06-04 15:17:14 +02:00

12 lines
118 B
C++

#ifndef __TRACYWEB_HPP__
#define __TRACYWEB_HPP__
namespace tracy
{
void OpenWebpage( const char* url );
}
#endif