wren
Vulkan-based game engine
Loading...
Searching...
No Matches
inspector_panel.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <memory>
4#include <optional>
6
7#include "context.hpp"
8
10 const editor::Context& ctx,
11 const std::shared_ptr<wren::scene::Scene>& scene,
12 const std::optional<flecs::entity>& selected_entity);
void render_inspector_panel(const editor::Context &ctx, const std::shared_ptr< wren::scene::Scene > &scene, const std::optional< flecs::entity > &selected_entity)
Definition inspector_panel.cpp:19
Definition context.hpp:6