diff options
Diffstat (limited to 'engines/sci/include/gfx_res_options.h')
| -rw-r--r-- | engines/sci/include/gfx_res_options.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/sci/include/gfx_res_options.h b/engines/sci/include/gfx_res_options.h index f22989437d..ee008e03dd 100644 --- a/engines/sci/include/gfx_res_options.h +++ b/engines/sci/include/gfx_res_options.h @@ -35,6 +35,12 @@ typedef struct _gfx_res_pattern {  	int min, max;  } gfx_res_pattern_t; +typedef struct _gfx_res_pattern_list { +	gfx_res_pattern_t pattern; +	struct _gfx_res_pattern_list *next; +} gfx_res_pattern_list_t; + +  /* GFX resource assignments */  typedef struct {  | 
