mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 21:55:27 +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 ();
|