wren
Vulkan-based game engine
Loading...
Searching...
No Matches
components.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <functional>
4
5#include "scene.hpp"
6
7namespace wren::scene {
8
9// void iterate_known_components(const Scene& scene, entt::entity entity,
10// std::function<void()>);
11
12}
Definition components.cpp:3