From 8c14574dcd14a85a6e627be77be3fcd80b81e94f Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Wed, 9 Jan 2013 19:19:11 +0100 Subject: [PATCH] Shared functions for Window --- ogl_editor/src/Window.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ogl_editor/src/Window.h diff --git a/ogl_editor/src/Window.h b/ogl_editor/src/Window.h new file mode 100644 index 0000000..784e738 --- /dev/null +++ b/ogl_editor/src/Window.h @@ -0,0 +1,10 @@ +#pragma once + +#include + +/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + +void Window_setTitle(const text_t* title); +void Window_populateRecentList(const text_t** files); +void Window_buildMenu(); +