#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