forked from nakidai/mycfetch
1
0
Fork 0
hiscfetch/defs.h

11 lines
120 B
C
Raw Permalink Normal View History

2023-11-16 08:33:07 +03:00
#ifndef __DEFS_H__
#define __DEFS_H__
struct art_entry
{
char *name;
char *art[4];
};
#endif /* __DEFS_H__ */