1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Move OpenWebpage() to a separate source file.

This commit is contained in:
Bartosz Taudul
2021-06-04 14:33:12 +02:00
parent 86510c48e0
commit 39cf98f98c
5 changed files with 60 additions and 31 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef __TRACYWEB_HPP__
#define __TRACYWEB_HPP__
namespace tracy
{
void OpenWebpage( const char* url );
}
#endif