From b6b0a35495383b64a92e9d4c9391b4a4683a7b7e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 2 Jul 2009 18:12:32 +0000 Subject: New dmnsn_new_default_scene() function in libdimension-tests. --- tests/tests.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tests/tests.h') diff --git a/tests/tests.h b/tests/tests.h index fa088fc..288f339 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -23,6 +23,17 @@ #include #include +/* + * Convenience + */ + +dmnsn_scene *dmnsn_new_default_scene(); +void dmnsn_delete_default_scene(dmnsn_scene *scene); + +/* + * Windowing + */ + typedef struct { Display *dpy; Window win; @@ -40,5 +51,9 @@ void dmnsn_delete_display(dmnsn_display *display); /* Flush the GL buffers */ void dmnsn_display_frame(dmnsn_display *display); +/* + * Asynchronicity + */ + /* Print a progress bar of the progress of `progress' */ void progressbar(const char *str, const dmnsn_progress *progress); -- cgit v1.2.3