diff options
Diffstat (limited to 'test/ui_tui_waterfall.c')
-rw-r--r-- | test/ui_tui_waterfall.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/ui_tui_waterfall.c b/test/ui_tui_waterfall.c new file mode 100644 index 0000000..a0a83bc --- /dev/null +++ b/test/ui_tui_waterfall.c @@ -0,0 +1,11 @@ +#include <stdio.h> +#include <stdlib.h> + +//radiola +#include <draw/tui.h> + +int main() +{ + + return 0; +}
\ No newline at end of file |