6 lines
99 B
C
6 lines
99 B
C
#ifndef LUFT_H_
|
|
#define LUFT_H_
|
|
|
|
void render_notification(char **texts, int num_of_lines);
|
|
|
|
#endif
|