策略抽离

This commit is contained in:
2026-08-02 14:20:27 +08:00
parent 6d000f43b4
commit 2df8959ed6
87 changed files with 2454 additions and 1390 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
#pragma once
#include "Explicit_Plot.h"
#include "Plot_p.h"
#include "Core/plot/Explicit_Refresh_Strategy.h"
#include "Core/flow/explicit/Explicit_Frame_Flow.h"
namespace renderive {
struct Explicit_Plot_Private : Abs_Plot_Private {
Explicit_Plot_Private();
Explicit_Refresh_Strategy* explicit_strategy{};
Explicit_Frame_Flow* explicit_flow{};
};
} // namespace renderive