|
R-Type
Distributed multiplayer game engine in C++
|


Go to the source code of this file.
Classes | |
| class | ecs::Collectible |
| Component for items that can be picked up by players. More... | |
Namespaces | |
| namespace | ecs |
| Maximum number of distinct component types supported by the Registry. | |
Enumerations | |
| enum class | ecs::CollectibleType { ecs::PowerUp , ecs::Upgrade , ecs::HealthPack , ecs::Score } |
| Types of collectible items. More... | |