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
#include "
builder.hpp
"
9
10
namespace
flecs {
11
19
struct
script_builder;
20
21
using
Script =
EcsScript
;
22
23
namespace
script
{
24
namespace
_ {
25
26
void
init(
flecs::world
& world);
27
28
}
// namespace _
29
}
30
33
}
EcsScript
struct EcsScript EcsScript
Script component.
script
script_builder script(const char *name=nullptr) const
Build script.
Definition
mixin.inl:31
builder.hpp
Script builder.
flecs::world
The world.
Definition
world.hpp:150