|
CBG
0.1
Compendium of board games
|
#include <iostream>#include <iomanip>#include "Checkers.h"#include "ConnectFour.h"#include "SnakesAndLadders.h"#include "Colors.h"#include "Reversi.h"Functions | |
| void | border (const int width) |
| Prints a border of the specified width. More... | |
| int | main () |
| Prints out a menu of the games available. More... | |
| void border | ( | int | width | ) |
Prints a border of the specified width.
| int main | ( | ) |
Prints out a menu of the games available.