X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fqerplugin.h;h=e7a9cd65edaa7dc218bb20cd1764fbc01bed135a;hb=ace5fd4c2adfbb4a65396bf35f3458411db13aec;hp=e6b652a841b70d66229f608c186975fc8da522b8;hpb=a06f65b0422c4333f3daba0bb9ef2236e2a06c14;p=xonotic%2Fnetradiant.git diff --git a/include/qerplugin.h b/include/qerplugin.h index e6b652a8..e7a9cd65 100644 --- a/include/qerplugin.h +++ b/include/qerplugin.h @@ -610,6 +610,10 @@ typedef const char* (* PFN_QERAPP_READPROJECTKEY)(const char* key); typedef char* (* PFN_GETMAPFILENAME)(); +typedef bfilter_t* (* PFN_QERPLUG_FILTERADD)(int type, int bmask, char *str, int exclude); + +typedef void (* PFN_QERPLUG_FILTERACTIVATE) (void); + // FIXME: // add map format extensions // add texture format handlers @@ -749,8 +753,11 @@ struct _QERFuncTable_1 PFN_QERAPP_READPROJECTKEY m_pfnReadProjectKey; + PFN_QERPLUG_FILTERACTIVATE m_pfnFiltersActivate; + PFN_QERPLUG_FILTERADD m_pfnFilterAdd; + // digibob from the old _QERAppBSPFrontendTable table - PFN_GETMAPFILENAME m_pfnGetMapName; + PFN_GETMAPFILENAME m_pfnGetMapName; }; // macros to access those faster in plugins