mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Move TimelineContext struct definition to a separate header.
This commit is contained in:
@@ -9,19 +9,10 @@
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
struct TimelineContext;
|
||||
class View;
|
||||
class Worker;
|
||||
|
||||
struct TimelineContext
|
||||
{
|
||||
float w, ty, scale;
|
||||
float yMin, yMax;
|
||||
double pxns, nspx;
|
||||
int64_t vStart, vEnd;
|
||||
ImVec2 wpos;
|
||||
bool hover;
|
||||
};
|
||||
|
||||
class TimelineItem
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user