X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=common.h;h=8263d63fbc964e6ccea617dcdbb8b3ba7c91e627;hb=74025874f2010f84fd4f7f2e120e84b56ee9781b;hp=6d8a6ecea1021152a9e2dd979414351d54327c86;hpb=762e18baef5f815cc46019ba3e082bd5ec1980f6;p=xboard.git diff --git a/common.h b/common.h index 6d8a6ec..8263d63 100644 --- a/common.h +++ b/common.h @@ -286,6 +286,7 @@ typedef enum { VariantBerolina, VariantJanus, VariantSuper, + VariantGreat, VariantUnknown /* Catchall for other unknown variants */ } VariantClass; @@ -326,6 +327,7 @@ typedef enum { "berolina",\ "janus",\ "super",\ + "great",\ "unknown" \ } @@ -575,8 +577,12 @@ typedef struct { char *userName; int rewindIndex; /* [HGM] autoinc */ int sameColorGames; /* [HGM] alternate */ - int smpCores; + int smpCores; /* [HGM] SMP */ char *egtFormats; + int niceEngines; /* [HGM] nice */ + char *firstLogo; /* [HGM] logo */ + char *secondLogo; + Boolean autoLogo; } AppData, *AppDataPtr; /* [AS] PGN tags (for showing in the game list) */