]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/qerplugin.h
* forgot the header files in previous commit
[xonotic/netradiant.git] / include / qerplugin.h
index e6b652a841b70d66229f608c186975fc8da522b8..e7a9cd65edaa7dc218bb20cd1764fbc01bed135a 100644 (file)
@@ -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