Freeciv-3.2
Loading...
Searching...
No Matches
Functions
inteldlg.c File Reference
#include "gui_stub.h"
#include "inteldlg.h"

Go to the source code of this file.

Functions

void close_intel_dialog (struct player *p)
 
void popup_intel_dialog (struct player *p)
 
void update_intel_dialog (struct player *p)
 

Function Documentation

◆ close_intel_dialog()

void close_intel_dialog ( struct player p)

Close an intelligence dialog for the given player.

Definition at line 26 of file inteldlg.c.

◆ popup_intel_dialog()

void popup_intel_dialog ( struct player p)

Popup an intelligence dialog for the given player.

Definition at line 34 of file inteldlg.c.

◆ update_intel_dialog()

void update_intel_dialog ( struct player p)

Update the intelligence dialog for the given player. This is called by the core client code when that player's information changes.

Definition at line 43 of file inteldlg.c.