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