Freeciv-3.2
|
#include <gtk/gtk.h>
#include "fcintl.h"
#include "game.h"
#include "movement.h"
#include "unit.h"
#include "control.h"
#include "tilespec.h"
#include "gui_main.h"
#include "gui_stuff.h"
#include "sprite.h"
#include "unitselunitdlg.h"
#include "transportdlg.h"
Go to the source code of this file.
Data Structures | |
struct | transport_radio_cb_data |
Functions | |
static void | transport_response_callback (GtkWidget *dlg, gint arg) |
bool | request_transport (struct unit *cargo, struct tile *ptile) |
Handle transport request automatically when there's nothing to choose from. Otherwise open up transport dialog for the unit
Definition at line 82 of file transportdlg.c.
Referenced by request_move_unit_direction(), unit_board_callback(), unit_board_callback(), unit_load_callback(), and unit_load_callback().
Handle user response to transport dialog.
Definition at line 48 of file transportdlg.c.
Referenced by request_transport().