Freeciv-3.2
Loading...
Searching...
No Matches
Functions
manual_buildings.c File Reference
#include "fcintl.h"
#include "game.h"
#include "helpdata.h"
#include "fc_manual.h"

Go to the source code of this file.

Functions

static bool manual_improvements (struct tag_types *tag_info, enum manuals manual)
 
bool manual_buildings (struct tag_types *tag_info)
 

Function Documentation

◆ manual_buildings()

bool manual_buildings ( struct tag_types tag_info)

Write improvements manual page

Parameters
tag_infoTag set to use
Returns
Success

Definition at line 136 of file manual_buildings.c.

Referenced by manual_command().

◆ manual_improvements()

static bool manual_improvements ( struct tag_types tag_info,
enum manuals  manual 
)
static

Write improvements manual page

Parameters
tag_infoTag set to use
manualExact manual page
Returns
Success

Definition at line 37 of file manual_buildings.c.

Referenced by manual_buildings().