X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fserver%2Fhardcoded_strings.h;h=70d29c678ff49ba674c258c9ab8266637db7b2cf;hb=28b8b4234e395c3fdc4800e5cfb3dcd70a15cadf;hp=3c8dd8161d96c742974d186e3bd5a4dfbf05a06c;hpb=edebb2bf9aa780ee2f7006c1d2be9168564d34df;p=plomrogue diff --git a/src/server/hardcoded_strings.h b/src/server/hardcoded_strings.h index 3c8dd81..70d29c6 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. */ @@ -37,6 +41,8 @@ enum string_num S_CMD_T_HP, S_CMD_T_CARRIES, S_CMD_T_MEMMAP, + S_CMD_T_MEMTHING, + S_CMD_AI, S_CMD_WAIT, S_CMD_MOVE, S_CMD_PICKUP, @@ -53,7 +59,7 @@ enum string_num extern void init_strings(); -extern char * s[39]; +extern char * s[41];