Added renderer selection to GTK launcher.

This commit is contained in:
Matthew Bowra-Dean
2011-01-01 22:21:19 +13:00
committed by Chris Forbes
parent 8ead8635c2
commit a4de4cc266
3 changed files with 82 additions and 7 deletions

View File

@@ -16,6 +16,12 @@ enum
N_COLUMNS
};
enum
{
RENDERER_GL,
RENDERER_CG
};
#define MAX_NUM_MODS 64
typedef struct mod_t
@@ -31,4 +37,6 @@ typedef struct mod_t
mod_t * get_mod(gchar const * key);
int get_renderer(void);
#endif