maug
Quick and dirty C mini-augmentation library.
Loading...
Searching...
No Matches
RETROFLAT_ARGS Struct Reference

Struct containing configuration values for a RetroFlat program. More...

#include <retroflt.h>

Data Fields

char * title
 Title to set for the main program Window if applicable on the target platform.
 
char * assets_path
 Relative path under which bitmap assets are stored.
 
uint8_t flags
 
char * config_path
 Relative path of local config file (if not using registry).
 
int screen_w
 
int screen_h
 Desired screen or window height in pixels.
 
int screen_x
 Desired window X position in pixels.
 
int screen_y
 Desired window Y position in pixels.
 
uint8_t snd_flags
 

Related Symbols

(Note that these are not member symbols.)

#define RETROSND_ARGS_FLAG_LIST_DEVS   0x01
 

Detailed Description

Struct containing configuration values for a RetroFlat program.


The documentation for this struct was generated from the following file: