1
0
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:
Bartosz Taudul
2023-03-18 17:03:23 +01:00
parent 5b3427395e
commit 0ecdcbc13c
13 changed files with 45 additions and 12 deletions
+1 -10
View File
@@ -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: