Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TracyWeb.hpp « server - github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa6656dbd2ae4694a31195dd4a125a627ebe89e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __TRACYWEB_HPP__
#define __TRACYWEB_HPP__

namespace tracy
{

void OpenWebpage( const char* url );

}

#endif