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
5
6#pragma once
7
8#include "builder.hpp"
9
10namespace flecs {
11
18
19struct script_builder;
20
21using Script = EcsScript;
22
23namespace script {
24namespace _ {
25
26void init(flecs::world& world);
27
28} // namespace _
29}
30
32
33}
struct EcsScript EcsScript
Script component.
Script builder.
Script builder interface.
Definition builder.hpp:16