From 1b9897c0253415e35123f38b1e24d10d47d73959 Mon Sep 17 00:00:00 2001 From: Mario Kilies Date: Fri, 14 Jan 2011 00:53:49 +0100 Subject: Implemented ui_choose_stack(). --- src/main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index c12dfd9..92101b8 100644 --- a/src/main.c +++ b/src/main.c @@ -6,7 +6,11 @@ int main(int argc, char **argv) { + // Example data set for table cards window + const tablestacks ts = {{1, 2, 3, 4, 101}, {6, 7, 53, 0, 0}, {11, 55, 0, 0, 0}, {17, 29, 36, 42, 0}}; + ui_init(); + ui_choose_stack(ts); ui_fini(); return EXIT_SUCCESS; -- cgit v1.2.3