r-type  0.0.0
R-Type main
Loading...
Searching...
No Matches
Systems.hpp
Go to the documentation of this file.
1///
2/// @file Systems.hpp
3/// @brief This file contains the system definitions
4/// @namespace srv
5///
6
7#pragma once
8
9#include "ECS/Component.hpp"
11#include "ECS/Registry.hpp"
12
13namespace srv
14{
15
16} // namespace srv
This file contains the component definitions.
This file contains the Registry class declaration.