#pragma once #include "render/editor_system.h" namespace api { class AssetPreviewPanel : public EditorPanel{ public: void DrawPanel(FrameGraph& graph, RenderEditorContext& context) override; }; }