TazGraph Project v0.1.0
Loading...
Searching...
No Matches
Components.h
1#pragma once
2
3#include "./Core/GECSEntity.h"
4
5#include "./Components/Empty/Basic/TransformComponent.h"
6#include "./Components/Empty/Basic/SpriteComponent.h"
7#include "./Components/Empty/Basic/Triangle_w_Color.h"
8#include "./Components/Empty/Basic/Rectangle_w_Color.h"
9#include "./Components/Empty/Basic/BoxComponent.h"
10#include "./Components/Empty/Basic/SphereComponent.h"
11#include "./Components/Empty/Basic/PortComponent.h"
12#include "./Components/Empty/Basic/PortSlotComponent.h"
13
14#include "./Components/Link/Basic/Line_w_Color.h"
15#include "./Components/Link/Basic/SpringComponent.h"
16
17
18#include "./Animators/AnimatorComponent.h"
19#include "./Animators/MovingAnimatorComponent.h"
20#include "./Animators/FlashAnimatorComponent.h"
21
22#include "./Animators/LineAnimators/LineFlashAnimatorComponent.h"
23#include "./Animators/RectangleAnimators/RectangleFlashAnimatorComponent.h"
24
25
26
27