R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Systems.hpp
Go to the documentation of this file.
1#pragma once
2
3class Registry;
4
16
28
Registry * r
Definition Tests.cpp:4
Manages entities and their associated components, enabling the creation, deletion,...
Definition Registry.hpp:23
void setup_systems(Registry &r)
Sets up all the necessary systems for the game.
Definition Systems.cpp:13
void setup_components(Registry &r)
Registers components in the given registry.
Definition Systems.cpp:26