Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
ECS.h
Go to the documentation of this file.
1/*
2 Author : Tobias Stein
3 Date : 30th August, 2017
4 File : SystemManager.h
5
6 Entity Component System API.
7
8 All Rights Reserved. (c) Copyright 2016 - 2017.
9*/
10
11#pragma once
12
13
14#include "API.h"
15
16#include "Engine.h"
17
18#include "Entity.h"
19#include "Component.h"
20#include "System.h"
21
22#include "EntityManager.h"
23#include "ComponentManager.h"
24#include "SystemManager.h"
25
26#include "Event/Event.h"
28
29namespace ECS {
30
31} // namespace ECS