2D_Engine_Tool/src/game_data/ecs/sprite_component.hpp

8 lines
182 B
C++

#ifndef SPRITE_COMPONENT_H
#define SPRITE_COMPONENT_H
typedef struct sprite_component_data_t {
const char *texture_name;
} sprite_component_data_t;
#endif // SPRITE_COMPONENT_H