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

11 lines
120 B
C
Raw Normal View History

2023-11-15 20:56:56 +03:00
#ifndef __DEFS_H__
#define __DEFS_H__
struct art_entry
{
char *name;
char *art[4];
};
#endif /* __DEFS_H__ */