tracy/server/TracyWeb.hpp

12 lines
118 B
C++
Raw Normal View History

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