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
View File
@@ -2,6 +2,7 @@
#include "TracyImGui.hpp"
#include "TracyMouse.hpp"
#include "TracyTimelineContext.hpp"
#include "TracyTimelineItem.hpp"
#include "TracyView.hpp"