diff options
Diffstat (limited to 'src/detection/wm/wm.h')
| -rw-r--r-- | src/detection/wm/wm.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/detection/wm/wm.h b/src/detection/wm/wm.h new file mode 100644 index 0000000..115a8cd --- /dev/null +++ b/src/detection/wm/wm.h @@ -0,0 +1,7 @@ +#pragma once + +#include "fastfetch.h" +#include "modules/wm/wm.h" + +const char* ffDetectWMPlugin(FFstrbuf* pluginName); +const char* ffDetectWMVersion(const FFstrbuf* wmName, FFstrbuf* result, FFWMOptions* options); |