X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Fsystem.h;h=55caac9ae1a5b5ba86886986c874ca9e3230dac1;hb=590e9a86daa2b0d3923673bfe02525766224808e;hp=0a1c39061ee2af0406d3d1123ee750d0d5182006;hpb=5a9927b017cadc09250e6b3de89a88d23bf89143;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 0a1c3906..55caac9a 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -773,6 +773,7 @@ struct SetupShortcutInfo struct SetupSystemInfo { + char *sdl_videodriver; char *sdl_audiodriver; int audio_fragment_size; }; @@ -843,8 +844,10 @@ struct TreeInfo char *name; /* tree info name, as displayed in selection menues */ char *name_sorting; /* optional sorting name for correct name sorting */ char *author; /* level or artwork author name */ + char *year; /* optional year of creation for levels or artwork */ char *imported_from; /* optional comment for imported levels or artwork */ char *imported_by; /* optional comment for imported levels or artwork */ + char *tested_by; /* optional comment to name people who tested a set */ char *graphics_set_ecs; /* special EMC custom graphics set (ECS graphics) */ char *graphics_set_aga; /* special EMC custom graphics set (AGA graphics) */ @@ -1012,7 +1015,6 @@ struct Rect int width, height; }; -#if 1 struct MenuPosInfo { int x, y; @@ -1027,7 +1029,6 @@ struct TextPosInfo int align; int chars; }; -#endif /* ========================================================================= */