2D_Engine_Casio/src/ecs/components.h

10 lines
225 B
C

#ifndef COMPONENTS_H
#define COMPONENTS_H
#include "transform_component.h"
#include "sprite_component.h"
#include "animation_system.h"
#include "player_system.h"
// Add new components header file here
#endif // COMPONENTS_H