Files
Renderive/Qt/plot/Explicit_Plot_p.h
T
2026-08-02 14:20:27 +08:00

14 lines
286 B
C++

#pragma once
#include "Explicit_Plot.h"
#include "Plot_p.h"
#include "Core/flow/explicit/Explicit_Frame_Flow.h"
namespace renderive {
struct Explicit_Plot_Private : Abs_Plot_Private {
Explicit_Plot_Private();
Explicit_Frame_Flow* explicit_flow{};
};
} // namespace renderive