#include <getopt.h>
#include <stdio.h>
#include <iostream>
#include <sys/stat.h>
#include <dirent.h>
#include <unistd.h>
#include "prefs.h"
#include "python_class.h"
#include "game.h"

Go to the source code of this file.
Functions | |
| void | print_help_message (char *argv[]) |
| Displays the help message - for internal use only. | |
| void | print_available_games () |
| Displays the available games - for internal use only. | |
Definition in file prefs.cc.
| void print_help_message | ( | char * | argv[] | ) |
| void print_available_games | ( | ) |
1.5.6