Files
fastfetch/src/modules/modules.h
T

8 lines
156 B
C
Raw Normal View History

2023-03-07 16:13:53 +08:00
#pragma once
// For "fastfetch.c" and "flashfetch.c"
#include "modules/os/os.h"
#include "modules/battery/battery.h"
2023-03-07 19:27:49 +08:00
#include "modules/command/command.h"