Freeciv21
Develop your civilization from humble roots to a global empire
page_load.cpp File Reference
#include "page_load.h"
#include <QDateTime>
#include <QFileDialog>
#include <QPushButton>
#include "fcintl.h"
#include "section_file.h"
#include "rgbcolor.h"
#include "fc_client.h"
#include "options.h"
+ Include dependency graph for page_load.cpp:

Go to the source code of this file.

Functions

static struct terrainchar2terrain (char ch)
 Helper function for drawing map of savegames. More...
 

Function Documentation

◆ char2terrain()

static struct terrain * char2terrain ( char  ch)
static

Helper function for drawing map of savegames.

Converts stored map char in savefile to proper terrain.

Definition at line 38 of file page_load.cpp.

Referenced by page_load::slot_selection_changed().