diff options
author | FreeArtMan <=> | 2015-09-26 14:32:36 +0100 |
---|---|---|
committer | FreeArtMan <=> | 2015-09-26 14:32:36 +0100 |
commit | b32da0908a2768d03fe57c8b43435971d9685fec (patch) | |
tree | f8b314e3ad98b89be2f1e4cd40496fb26a56efb8 /test/ui_gl_waterfall.c | |
parent | 6b85a7d453414d31432e63045581b2602d4abf45 (diff) | |
download | radiola-b32da0908a2768d03fe57c8b43435971d9685fec.tar.gz radiola-b32da0908a2768d03fe57c8b43435971d9685fec.zip |
Added test terminal waterafall
Diffstat (limited to 'test/ui_gl_waterfall.c')
-rw-r--r-- | test/ui_gl_waterfall.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ui_gl_waterfall.c b/test/ui_gl_waterfall.c new file mode 100644 index 0000000..40872c8 --- /dev/null +++ b/test/ui_gl_waterfall.c @@ -0,0 +1,7 @@ +#include <stdio.h> +#include <stdlib.h> + +int main() +{ + return 0; +}
\ No newline at end of file |