Freeciv-3.3
|
#include "options.h"
Go to the source code of this file.
Functions | |
void | init_themes (void) |
const struct strvec * | get_themes_list (const struct option *poption) |
bool | load_theme (const char *theme_name) |
void | theme_reread_callback (struct option *option) |
Return a static string vector of usable theme names.
Definition at line 90 of file themes_common.c.
Loads a theme with the given name. First matching directory will be used. If there's no such theme the function returns FALSE.
Definition at line 120 of file themes_common.c.
Wrapper for load_theme. It's is used by local options dialog
Definition at line 138 of file themes_common.c.