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