Subversion Repositories Games.Chess Giants

Rev

Rev 83 | Rev 116 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 83 Rev 85
Line 181... Line 181...
181
bool TabControl_Notify (NMHDR *notification);
181
bool TabControl_Notify (NMHDR *notification);
182
 
182
 
183
// theme.cpp function prototypes
183
// theme.cpp function prototypes
184
bool Themes_Init (void);
184
bool Themes_Init (void);
185
void Themes_Shutdown (void);
185
void Themes_Shutdown (void);
186
void Theme_Load (theme_t *theme, bool want_all);
186
void Theme_LoadABitMore (theme_t *theme);
187
void Background_LoadImage (backgroundsprite_t *bg, const wchar_t *fmt, ...);
187
void Background_LoadImage (backgroundsprite_t *bg, const wchar_t *fmt, ...);
188
 
188
 
189
// util.cpp function prototypes
189
// util.cpp function prototypes
190
const wchar_t *GetDirectoryPath (const wchar_t *pathname, wchar_t *path);
190
const wchar_t *GetDirectoryPath (const wchar_t *pathname, wchar_t *path);
191
void CreateOrUpdateApplicationMenu (void);
191
void CreateOrUpdateApplicationMenu (void);