first commit
This commit is contained in:
23
src/ecs/Components.h
Normal file
23
src/ecs/Components.h
Normal file
@ -0,0 +1,23 @@
|
||||
/*
|
||||
* 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_ */
|
Reference in New Issue
Block a user