策略抽离
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#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;
|
||||
void replot();
|
||||
Render_Ticket replot();
|
||||
};
|
||||
} // namespace renderive
|
||||
|
||||
Reference in New Issue
Block a user