Flecs v3.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
decl.hpp
Go to the documentation of this file.
1
6#pragma once
7
8namespace flecs {
9
18struct filter_base;
19
20template<typename ... Components>
21struct filter;
22
23template<typename ... Components>
24struct filter_builder;
25
28}
flecs::filter_builder< Comps... > filter_builder(Args &&... args) const
Create a filter builder.