#include <plib/ssg.h>Go to the source code of this file.
Compounds | |
| class | configuration |
Defines | |
| #define | MAX_CAMPOS 4 |
| #define | MODEL_PATH "data/models" |
| #define | TEXTURE_PATH "data/textures" |
| #define | WINDOW_TITLE "glPirates" |
Variables | |
| char * | default_resolutions [] |
| char * | default_bpp [] = { "8", "16", "24", "32", NULL } |
| char * | default_refresh [] = {"60", "65", "70", "72", "75", "80", NULL} |
|
|
Definition at line 7 of file configuration.h. Referenced by configuration::configuration(), configuration::copy_from(), and configuration::save(). |
|
|
Definition at line 9 of file configuration.h. Referenced by init_graphics_once(). |
|
|
Definition at line 10 of file configuration.h. Referenced by init_graphics_once(). |
|
|
Definition at line 11 of file configuration.h. Referenced by MainMenu::apply_graph_settings(), and init_graphics_once(). |
|
|
Definition at line 22 of file configuration.h. |
|
|
Definition at line 23 of file configuration.h. |
|
|
Initial value: {
"640x480",
"800x600",
"1024x768",
"1280x960",
"1280x1024",
NULL
}
Definition at line 13 of file configuration.h. |
1.3.2