Represents a color with red, green, blue, and alpha components. Each component is represented as an u...
Definition color.h:7
Sprite(const std::string &sprite, Color color, bool flip_x, bool flip_y, int sorting_layer, int ordering_layer)
Represents a texture used in rendering game objects. Encapsulates an SDL_Texture and provides access ...
Definition texture.h:10