Files
fastfetch/src/detection/processes/processes.h
T
2023-04-15 12:27:51 +08:00

11 lines
196 B
C

#pragma once
#ifndef FF_INCLUDED_detection_processes_processes
#define FF_INCLUDED_detection_processes_processes
#include "fastfetch.h"
const char* ffDetectProcesses(uint32_t* result);
#endif