vecs
Fast, flexible ecs in C++ with ergonomic API
|
Public Member Functions | |
template<typename F > | |
Command (F &&f) | |
Command (const Command &)=delete | |
Command & | operator= (const Command &)=delete |
Command (Command &&) noexcept=default | |
Command & | operator= (Command &&) noexcept=default |
void | execute (World &world) |