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