Flecs
v4.0
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
8
namespace
flecs {
9
17
struct
query_base;
18
19
template
<
typename
... Components>
20
struct
query;
21
22
template
<
typename
... Components>
23
struct
query_builder;
24
27
}