webperimental: killstack decides stack protects.
[freeciv.git] / client / include / mapctrl_g.h
blobd938a8cbe78b09caa4ee9bcffa2012c5e10ce15a
1 /**********************************************************************
2 Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by
5 the Free Software Foundation; either version 2, or (at your option)
6 any later version.
8 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
12 ***********************************************************************/
13 #ifndef FC__MAPCTRL_G_H
14 #define FC__MAPCTRL_G_H
16 /* utility */
17 #include "support.h" /* bool type */
19 /* common */
20 #include "fc_types.h"
22 /* client */
23 #include "mapctrl_common.h"
25 #include "gui_proto_constructor.h"
27 GUI_FUNC_PROTO(void, popup_newcity_dialog, struct unit *punit,
28 const char *suggestname)
30 GUI_FUNC_PROTO(void, set_turn_done_button_state, bool state)
32 GUI_FUNC_PROTO(void, create_line_at_mouse_pos, void)
33 GUI_FUNC_PROTO(void, update_rect_at_mouse_pos, void)
35 #endif /* FC__MAPCTRL_G_H */