ui4x/src/ui_ncurses.h
2024-09-12 15:05:48 +02:00

6 lines
119 B
C

#ifndef _UI_NCURSES_H
#define _UI_NCURSES_H 1
extern void setup_frontend_ncurses( void );
#endif /* _UI_NCURSES_H */