|
R-Type
Distributed multiplayer game engine in C++
|
#include <functional>#include <sol/sol.hpp>#include <string>#include <unordered_map>#include <vector>#include "common/ECSWrapper/ECSWorld.hpp"

Go to the source code of this file.
Classes | |
| struct | scripting::bindings::ComponentBinding |
| Information about a registered component. More... | |
| class | scripting::bindings::ComponentBindingHelper |
| Helper to simplify component registration. More... | |
Namespaces | |
| namespace | scripting |
| namespace | scripting::bindings |