Steam Fort 0.5
Classes | Functions | Variables

src/help.hpp File Reference

#include "main.hpp"

Go to the source code of this file.

Classes

struct  Help

Functions

void showHelp (int index)
 Show selected help entry.
int find_help (std::string name)
 Find help entry with selected name.

Variables

vector< Helphelps

Function Documentation

int find_help ( string  name)

Find help entry with selected name.

Parameters:
nameName of help entry
Returns:
Index of help entry.
void showHelp ( int  index)

Show selected help entry.

Parameters:
indexIndex of help entry or -1 to clear screen

Variable Documentation

vector<Help> helps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines