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/Link/Basic/Line_w_Color.h"
12#include "./Components/Link/Basic/SpringComponent.h"
13
14
15#include "./Animators/AnimatorComponent.h"
16#include "./Animators/MovingAnimatorComponent.h"
17#include "./Animators/FlashAnimatorComponent.h"
18
19#include "./Animators/LineAnimators/LineFlashAnimatorComponent.h"
20#include "./Animators/RectangleAnimators/RectangleFlashAnimatorComponent.h"
21
22
23
24