From 544b7e6be42cda0f07fb83590a089a516bd6cfec Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Fri, 24 Jan 2014 12:57:19 +0100 Subject: Cycles Standalone: Add a help message, which appears when pressing the "h" key. This is very basic for now, but can be extended with more info (available devices for example) later. Thanks to Bastien and Sergey for some help with the glRect coordinates stuff. --- intern/cycles/util/util_view.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/cycles/util/util_view.h') diff --git a/intern/cycles/util/util_view.h b/intern/cycles/util/util_view.h index 2339e452b94..a0d0d492790 100644 --- a/intern/cycles/util/util_view.h +++ b/intern/cycles/util/util_view.h @@ -34,6 +34,7 @@ void view_main_loop(const char *title, int width, int height, ViewKeyboardFunc keyboard); void view_display_info(const char *info); +void view_display_help(); void view_redraw(); CCL_NAMESPACE_END -- cgit v1.2.3