ui/wpf/window.h

changeset 78
135920fe441b
child 83
a38aec91bd66
equal deleted inserted replaced
77:bc0ed99e49c7 78:135920fe441b
1 /*
2 * File: window.h
3 * Author: Olaf
4 *
5 * Created on 24. Januar 2015, 15:42
6 */
7
8 #ifndef WINDOW_H
9 #define WINDOW_H
10
11 #include "toolkit.h"
12
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16
17 UI_IMPORT UIWIDGET __stdcall UIwindow(char *title, void *uiobj);
18
19
20 #ifdef __cplusplus
21 }
22 #endif
23
24 #endif /* WINDOW_H */
25

mercurial