Flecs v3.2
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 query_base;
19
20template<typename ... Components>
21struct query;
22
23template<typename ... Components>
24struct query_builder;
25
28}