BeagleRescue/src/ecs/Components.h

23 lines
459 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 "PlayerController.h"
#include "ProjectileComponent.h"
#include "TileComponent.h"
#include "TileMapComponent.h"
#include "UITextComponent.h"
#endif /* SRC_COMPONENTS_H_ */