#include <gtk/gtk.h>
#include "fcintl.h"
#include "game.h"
#include "unitlist.h"
#include "tilespec.h"
#include "gui_main.h"
#include "gui_stuff.h"
#include "dialogs_g.h"
Go to the source code of this file.
◆ popup_tileset_suggestion_dialog()
void popup_tileset_suggestion_dialog |
( |
void |
| ) |
|
Popup dialog asking if ruleset suggested tileset should be used.
Definition at line 58 of file tileset_dlg.c.
◆ tileset_suggestion_callback()
static void tileset_suggestion_callback |
( |
GtkWidget * |
dlg, |
|
|
gint |
arg |
|
) |
| |
|
static |
Callback either loading suggested tileset or doing nothing
Definition at line 42 of file tileset_dlg.c.
◆ forced_tileset_name
char forced_tileset_name[512] |
|
extern |