ui/wpf/menu.h

changeset 81
5eb765a7a793
child 82
0cdb8089a29f
equal deleted inserted replaced
80:40be5c189e2e 81:5eb765a7a793
1 /*
2 * File: menu.h
3 * Author: Olaf
4 *
5 * Created on 25. Januar 2015, 13:37
6 */
7
8 #ifndef MENU_H
9 #define MENU_H
10
11 #include "../ui/menu.h"
12 #include "toolkit.h"
13
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17
18 UI_IMPORT void __stdcall UImenu(char *label);
19
20 UI_IMPORT void __stdcall UImenuitem(char *label, ui_callback f, void *udata);
21
22
23 #ifdef __cplusplus
24 }
25 #endif
26
27 #endif /* MENU_H */
28

mercurial