zsm/luft.h

7 lines
99 B
C
Raw Permalink Normal View History

#ifndef LUFT_H_
#define LUFT_H_
void render_notification(char **texts, int num_of_lines);
#endif