0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 09:03:42 +00:00
SDL_Minigame/include/Components.h
2024-01-23 18:50:21 +01:00

12 lines
246 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"