Files
Renderive/Qt/plot/Latency_Eager_Plot_p.h
T
2026-08-01 20:09:45 +08:00

14 lines
317 B
C++

#pragma once
#include "Latency_Eager_Plot.h"
#include "Plot_p.h"
#include "Core/plot/Latency_Eager_Refresh_Strategy.h"
namespace renderive {
struct Latency_Eager_Plot_Private : Abs_Plot_Private {
Latency_Eager_Plot_Private();
Latency_Eager_Refresh_Strategy* latency_strategy{};
};
} // namespace renderive