This commit is contained in:
Your Name 2023-11-02 18:19:43 +03:00
parent 135a196f9a
commit dfa1d3ad24
3 changed files with 44 additions and 5 deletions

View file

@ -31,5 +31,8 @@ void PrintOs(const char *title, const FETCH fetch);
void PrintColors(const char *title, const FETCH fetch);
void Blank(const char *title, const FETCH fetch);
void GetUser(const char *title, const FETCH fetch);
void GetUptime(const char *title, const FETCH fetch);
void GetArch(const char *title, const FETCH fetch);
void GetShell(const char *title, const FETCH fetch);
#endif