X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fserver%2Fhardcoded_strings.h;h=4725bc2cf24ef97556a713e3acf3ac47a5cddbe4;hb=2906acb0d93705435ce737285ead26fd015e20be;hp=7ee0ec9ac598e5b888a3aca0918adc92872137de;hpb=3dedf6344c941891491773d1cc5d647aa664b218;p=plomrogue diff --git a/src/server/hardcoded_strings.h b/src/server/hardcoded_strings.h index 7ee0ec9..4725bc2 100644 --- a/src/server/hardcoded_strings.h +++ b/src/server/hardcoded_strings.h @@ -1,4 +1,8 @@ /* hardcoded_strings.h + * + * This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3 + * or any later version. For details on its copyright, license, and warranties, + * see the file NOTICE in the root directory of the PlomRogue source package. * * For re-used hardcoded strings. */ @@ -27,6 +31,7 @@ enum string_num S_CMD_TT_SYMB, S_CMD_TT_NAME, S_CMD_TT_CORPS, + S_CMD_TT_PROL, S_CMD_T_ID, S_CMD_T_TYPE, S_CMD_T_POSY, @@ -35,8 +40,10 @@ enum string_num S_CMD_T_ARGUMENT, S_CMD_T_PROGRESS, S_CMD_T_HP, + S_CMD_T_SATIATION, S_CMD_T_CARRIES, S_CMD_T_MEMMAP, + S_CMD_T_MEMDEPTHMAP, S_CMD_T_MEMTHING, S_CMD_AI, S_CMD_WAIT, @@ -55,7 +62,7 @@ enum string_num extern void init_strings(); -extern char * s[41]; +extern char * s[44];