KaijuSaveEarth/src/ecs/Components.h
2021-01-29 21:14:20 -05:00

24 lines
402 B
C

/*
* Components.h
*
* Created on: Feb 21, 2020
* Author: ayoungblood
*/
#ifndef SRC_COMPONENTS_H_
#define SRC_COMPONENTS_H_
#include "ECS.h"
#include "TransformComponent.h"
#include "SpriteComponent.h"
#include "KeyboardController.h"
#include "ColliderComponent.h"
#include "ProjectileComponent.h"
#include "TileComponent.h"
#include "UIFontComponent.h"
#endif /* SRC_COMPONENTS_H_ */