#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "SDL.h"
#include "regcom/client/Client.h"
#include "regcom/client/MainMenu.h"
#include "regcom/gui/TrueTypeFont.h"
Defines | |
#define | PACKAGE "regcom" |
#define | VERSION "0.0.5" |
Functions | |
void | display_help () |
void | display_version () |
void | report_invalid_option (char *option) |
int | get_int_argument (char *option) |
void | parse_options (int argc, char **argv) |
int | main (int argc, char **argv) |
Variables | |
struct { | |
int video_width | |
int video_height | |
int video_depth | |
int video_flags | |
} | options |
static const char * | help_text [] |
#define PACKAGE "regcom" |
#define VERSION "0.0.5" |
void display_help | ( | void | ) |
void display_version | ( | void | ) |
void report_invalid_option | ( | char * | option | ) |
option | (*** add description here ***) |
int get_int_argument | ( | char * | option | ) |
option | (*** add description here ***) |
void parse_options | ( | int | argc, | |
char ** | argv | |||
) |
argc | (*** add description here ***) |
argv | (*** add description here ***) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
argc | (*** add description here ***) |
argv | (*** add description here ***) |
int video_width |
int video_height |
int video_depth |
int video_flags |
struct { ... } options [static] |
const char* help_text[] [static] |
Initial value:
{ " \n", "Usage: regcom [OPTION] ... \n", " \n", "Options: \n", " \n", " --help display help information \n", " --version display version information \n", " \n", "Video options: \n", " \n", " --width=WIDTH set screen width \n", " --height=HEIGHT set screen height \n", " --depth=DEPTH set screen depth \n", " --fullscreen enable full screen mode \n", " --resizable enable window resizing \n", " \n", "Report bugs to <regcom-bugs@lists.sourceforge.net>.\n", " \n", NULL }
Navigation
Home Page
Screen Shots
Developers
Documentation
Doxygen
Namespace List
Class List
Class Hierarchy
File List
Todo List
Links
SDL Library
License
SourceForge Project
Forums
Download
Regimental Command
Copyright © 2008
Randi J. Relander