#pragma once #include "Core/flow/Render_Ticket.h" #include "Plot.h" namespace renderive { class LIB_DECL Explicit_Plot : public Abs_Plot { public: Explicit_Plot(); ~Explicit_Plot() override = default; Render_Ticket replot(); }; } // namespace renderive