QTfrontend/hwconsts.h
changeset 13582 517b26009073
parent 13578 145ee99575d4
child 14737 123aaa2bf4b5
equal deleted inserted replaced
13581:9c8749bb0d06 13582:517b26009073
    76 
    76 
    77 //Selected engine exit codes, see hedgewars/uConsts.pas
    77 //Selected engine exit codes, see hedgewars/uConsts.pas
    78 #define HWENGINE_EXITCODE_OK 0
    78 #define HWENGINE_EXITCODE_OK 0
    79 #define HWENGINE_EXITCODE_FATAL 52
    79 #define HWENGINE_EXITCODE_FATAL 52
    80 
    80 
       
    81 // Default clan colors
       
    82 // NOTE: Always keep this in sync with hedgewars/uVariables.pas (ClanColorArray)
       
    83 
    81 // see https://en.wikipedia.org/wiki/List_of_colors
    84 // see https://en.wikipedia.org/wiki/List_of_colors
    82 /*define HW_TEAMCOLOR_ARRAY  {0xff007fff, /. azure          ./ \
    85 /*define HW_TEAMCOLOR_ARRAY  {0xff007fff, /. azure          ./ \
    83                               0xffdd0000, /. classic red    ./ \
    86                               0xffdd0000, /. classic red    ./ \
    84                               0xff3e9321, /. classic green  ./ \
    87                               0xff3e9321, /. classic green  ./ \
    85                               0xffa23dbb, /. classic purple ./ \
    88                               0xffa23dbb, /. classic purple ./ \