X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=include%2Fqerplugin.h;h=1a4591952f4aef92930ea3cf866058387a7c9170;hb=08d558e1a4d6439b2accaee830e54e8036acdc27;hp=fe581e81a933e71ffb8d6be1741c93e50bc5c53c;hpb=0819a13b05a9bcdd0ba2f5062be6d1a1a55a4cfc;p=xonotic%2Fnetradiant.git diff --git a/include/qerplugin.h b/include/qerplugin.h index fe581e81..1a459195 100644 --- a/include/qerplugin.h +++ b/include/qerplugin.h @@ -106,6 +106,8 @@ struct _QERFuncTable_1 const char* (*getGameName)(); const char* (*getGameMode)(); + const char* (*getMapName)(); + const char* (*getGameDescriptionKeyValue)(const char* key); const char* (*getRequiredGameDescriptionKeyValue)(const char* key);