Steam Fort 0.5
|
#include <string>
Go to the source code of this file.
Classes | |
class | Mission |
Typedefs | |
typedef enum MissionLocations | MISSIONLOCATION |
Enumerations | |
enum | MissionLocations { DUNGEONS } |
Functions | |
void | buildMissionUI () |
Build missions user interface. | |
void | setVisibleMission (bool visible) |
Show/hide information about missions. | |
int | find_mission (std::string name) |
Find mission by name. | |
void | generatemissions () |
Generate available missions. |
typedef enum MissionLocations MISSIONLOCATION |
enum MissionLocations |
void buildMissionUI | ( | ) |
Build missions user interface.
int find_mission | ( | string | name | ) |
Find mission by name.
name | Name of mission to find. |
void generatemissions | ( | ) |
Generate available missions.
void setVisibleMission | ( | bool | visible | ) |
Show/hide information about missions.
visible | If true, show missions, otherwise hide menu. |