diff options
Diffstat (limited to 'src/detection/de/de.h')
| -rw-r--r-- | src/detection/de/de.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/detection/de/de.h b/src/detection/de/de.h new file mode 100644 index 0000000..67e8c1c --- /dev/null +++ b/src/detection/de/de.h @@ -0,0 +1,6 @@ +#pragma once + +#include "fastfetch.h" +#include "modules/de/option.h" + +const char* ffDetectDEVersion(const FFstrbuf* deName, FFstrbuf* result, FFDEOptions* options); |