#include <clanapp.h>
Collaboration diagram for CL_ClanApplication:

Public Methods | |
| CL_ClanApplication () | |
| virtual | ~CL_ClanApplication () |
| virtual int | main (int argc, char **argv)=0 |
| virtual char* | get_title ()=0 |
| param: argc - The number of arguments to the program (c-style)param: argv - A pointer to strings, containing the program arguments. The name of the program executable is always passed as first argument.retval: Program return value. | |
Static Public Attributes | |
| CL_ClanApplication* | app |
Definition at line 18 of file clanapp.h.
|
|
|
|
|
|
|
|
param: argc - The number of arguments to the program (c-style)param: argv - A pointer to strings, containing the program arguments. The name of the program executable is always passed as first argument.retval: Program return value.
|
|
|
|
|
|
|
1.2.6 written by Dimitri van Heesch,
© 1997-2001