Freeciv-3.2
Loading...
Searching...
No Matches
optiondlg.c
Go to the documentation of this file.
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.
7
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
14#ifdef HAVE_CONFIG_H
15#include <fc_config.h>
16#endif
17
18/* utility */
19#include "log.h"
20
21/* gui main header */
22#include "gui_stub.h"
23
24#include "optiondlg.h"
25
26
27/************************************************************************/
31void option_dialog_popup(const char *name, const struct option_set *poptset)
32{
33 log_error("%s(): PORTME!", __FUNCTION__);
34}
35
36/************************************************************************/
40void option_dialog_popdown(const struct option_set *poptset)
41{
42 log_error("%s(): PORTME!", __FUNCTION__);
43}
44
45/************************************************************************/
50{
51 log_error("%s(): PORTME!", __FUNCTION__);
52}
53
54/************************************************************************/
59{
60 log_error("%s(): PORTME!", __FUNCTION__);
61}
62
63/************************************************************************/
68{
69 log_error("%s(): PORTME!", __FUNCTION__);
70}
char * incite_cost
Definition comments.c:75
void option_gui_remove(struct option *poption)
Definition optiondlg.c:1041
void option_dialog_popdown(const struct option_set *poptset)
Definition optiondlg.c:986
void option_gui_add(struct option *poption)
Definition optiondlg.c:1027
void option_gui_update(struct option *poption)
Definition optiondlg.c:1013
void option_dialog_popup(const char *name, const struct option_set *poptset)
Definition optiondlg.c:972
const char * name
Definition inputfile.c:127
#define log_error(message,...)
Definition log.h:103