|
viotecs 1.0
|
#include <tuple>#include <typeindex>#include <vector>Go to the source code of this file.
Data Structures | |
| struct | viotecs::system< T > |
| System type. More... | |
| struct | viotecs::registered_systems< T > |
| Registered Systems Type. More... | |
Namespaces | |
| namespace | viotecs |
Macros | |
| #define | REGISTER_SYSTEMS(...) |
| #define REGISTER_SYSTEMS | ( | ... | ) |
Use this macro anywhere (outside a function) to register systems. Use it only once.
Definition at line 84 of file system.hpp.