SYNOPSIS
#include <aalib.h>
int aa_parseoptions
(
struct aa_hardware_params *p,
aa_renderparams *r,
int *argc,
char **argv
);
PARAMETERS
- struct aa_hardware_params *p
- Hardware parameters structure to alter. It is expected that this structure only with necessary modifications will be later used to initialize the AA-lib context.
- aa_renderparams *r
- Rendering prameters structure to alter. It is expected that this structure only with necessary modifications will be later used to render images.
- int *argc
- Pointer to argc parameter passed to function "main".
- char **argv
- Pointer to argv parameter passed to function "main".