mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 20:33:52 +00:00
12 lines
118 B
C++
12 lines
118 B
C++
#ifndef __TRACYWEB_HPP__
|
|
#define __TRACYWEB_HPP__
|
|
|
|
namespace tracy
|
|
{
|
|
|
|
void OpenWebpage( const char* url );
|
|
|
|
}
|
|
|
|
#endif
|