Added renderer selection to GTK launcher.
This commit is contained in:
committed by
Chris Forbes
parent
8ead8635c2
commit
a4de4cc266
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user