Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
Theme Struct Reference

Represents a theme. More...

#include <frame.h>

Collaboration diagram for Theme:

Public Attributes

Font font
 
SDL_Color textColor
 
TextureMap windowSkin
 
struct Frameparent
 

Detailed Description

Represents a theme.

This structure holds information about a theme, including its font, text color, window skin, and parent frame.

Member Data Documentation

◆ font

Font Theme::font

Font used in the theme.

◆ textColor

SDL_Color Theme::textColor

Text color used in the theme.

◆ windowSkin

TextureMap Theme::windowSkin

Texture map for the window skin.

◆ parent

struct Frame* Theme::parent

Pointer to the parent frame.


The documentation for this struct was generated from the following file: