mirror of
https://github.com/Nimac0/SDL_Minigame
synced 2026-01-12 13:43:41 +00:00
14 lines
308 B
C
14 lines
308 B
C
#pragma once
|
|
|
|
#include "ECS.h"
|
|
#include "Component.h"
|
|
#include "Manager.h"
|
|
#include "Entity.h"
|
|
#include "TransformComponent.h"
|
|
#include "SpriteComponent.h"
|
|
#include "KeyboardController.h"
|
|
#include "ColliderComponent.h"
|
|
#include "TileComponent.h"
|
|
#include "ProjectileComponent.h"
|
|
#include "HealthComponent.h"
|