mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Extract file selector functionality.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef __TRACYFILESELECTOR_HPP__
|
||||
#define __TRACYFILESELECTOR_HPP__
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace tracy::Fileselector
|
||||
{
|
||||
|
||||
void Init();
|
||||
void Shutdown();
|
||||
|
||||
std::string OpenFile( const char* ext, const char* desc );
|
||||
std::string SaveFile( const char* ext, const char* desc );
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user