mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
6 lines
156 B
C
6 lines
156 B
C
|
#include <stdio.h>
|
||
|
#include <readline/readline.h>
|
||
|
#include <readline/history.h>
|
||
|
// initializes readline with our own completer
|
||
|
void initialize_readline ();
|