diff -r 40be5c189e2e -r 5eb765a7a793 ui/wpf/menu.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ui/wpf/menu.h Sun Jan 25 15:01:04 2015 +0100 @@ -0,0 +1,28 @@ +/* + * File: menu.h + * Author: Olaf + * + * Created on 25. Januar 2015, 13:37 + */ + +#ifndef MENU_H +#define MENU_H + +#include "../ui/menu.h" +#include "toolkit.h" + +#ifdef __cplusplus +extern "C" { +#endif + +UI_IMPORT void __stdcall UImenu(char *label); + +UI_IMPORT void __stdcall UImenuitem(char *label, ui_callback f, void *udata); + + +#ifdef __cplusplus +} +#endif + +#endif /* MENU_H */ +