|
phaser-server
0.0.7
|
Program entry point. More...
#include <tobin.h>#include <home.h>#include <configFile.h>#include <options.h>#include "commander.h"#include <iostream>
Functions | |
| int | main (int argc, char **argv) |
| Program entry point. More... | |
Variables | |
| const char | Help [] |
Program entry point.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Program entry point.
Parse command line, read configuration file, open connection to the server, and perform user requests.
| const char Help[] |