add tracy
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#ifndef __IMGUICONTEXT_HPP__
|
||||
#define __IMGUICONTEXT_HPP__
|
||||
|
||||
#include <string>
|
||||
|
||||
class ImGuiTracyContext
|
||||
{
|
||||
public:
|
||||
ImGuiTracyContext();
|
||||
~ImGuiTracyContext();
|
||||
|
||||
private:
|
||||
std::string m_iniFilename;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user