Steam Fort 0.5
|
#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< Help > | helps |
int find_help | ( | string | name | ) |
Find help entry with selected name.
name | Name of help entry |
void showHelp | ( | int | index | ) |
Show selected help entry.
index | Index of help entry or -1 to clear screen |