8 lines
		
	
	
		
			196 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			196 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#pragma once
 | 
						|
#include "render/editor_system.h"
 | 
						|
namespace api {
 | 
						|
	class MenuBarPanel : public EditorPanel {
 | 
						|
	public:
 | 
						|
		void DrawPanel(FrameGraph& graph, RenderEditorContext& context) override;
 | 
						|
	};
 | 
						|
} |