diff -r bc0ed99e49c7 -r 135920fe441b ui/wpf/window.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ui/wpf/window.h Sat Jan 24 19:14:29 2015 +0100 @@ -0,0 +1,25 @@ +/* + * File: window.h + * Author: Olaf + * + * Created on 24. Januar 2015, 15:42 + */ + +#ifndef WINDOW_H +#define WINDOW_H + +#include "toolkit.h" + +#ifdef __cplusplus +extern "C" { +#endif + +UI_IMPORT UIWIDGET __stdcall UIwindow(char *title, void *uiobj); + + +#ifdef __cplusplus +} +#endif + +#endif /* WINDOW_H */ +