R-TYPE
Ecs
IncludeSystem.hpp
Go to the documentation of this file.
1
/*
2
** EPITECH PROJECT, 2022
3
** r-type
4
** File description:
5
** IncludeSystem
6
*/
7
8
#ifndef INCLUDESYSTEM_HPP_
9
#define INCLUDESYSTEM_HPP_
10
11
#include "
./System/CollisionSystem.hpp
"
12
#include "
./System/EnemyShootSystem.hpp
"
13
#include "
./System/PatternSystem.hpp
"
14
#include "
./System/EventsSystem.hpp
"
15
#include "
./System/GraphicSystem.hpp
"
16
#include "
./System/MoveSystem.hpp
"
17
#include "
./System/TextSystem.hpp
"
18
19
#endif
/* !INCLUDESYSTEM_HPP_ */
CollisionSystem.hpp
EnemyShootSystem.hpp
EventsSystem.hpp
GraphicSystem.hpp
MoveSystem.hpp
PatternSystem.hpp
TextSystem.hpp
Generated by
1.9.1