X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=d11f71b4bf56962f43c34efe73da8c9cd0230bf4;hb=33775032e403b28c89ee7c60b64a456d30a013fb;hp=7f6f17caae790a13cd330a0f8790752a065679b8;hpb=3f5f1e9af1b0c10a0b0486c579c55c5e6947807d;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 7f6f17ca..d11f71b4 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1200,6 +1200,11 @@ struct TreeInfo 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 *program_title; /* optional alternative text for program title */ + char *program_copyright; /* optional alternative text for program copyright */ + char *program_company; /* optional alternative text for program company */ + 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 */