X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=menu.h;fp=menu.h;h=dfecccec49080629159cb8d02014da9b4cdc30d2;hb=7bf7acb6d60e16e9eaa208761d019c39da396fc0;hp=07aee2a927066ba5373f6401e3543a01db1b9ab2;hpb=da0cc55643353ab15725194be64a3d8460fe48b1;p=libpicofe.git diff --git a/menu.h b/menu.h index 07aee2a..dfeccce 100644 --- a/menu.h +++ b/menu.h @@ -8,6 +8,9 @@ * See the COPYING file in the top-level directory. */ +#ifndef LIBPICOFE_MENU_H +#define LIBPICOFE_MENU_H + typedef enum { MB_NONE = 1, /* no auto processing */ @@ -123,3 +126,5 @@ void text_out16(int x, int y, const char *texto, ...); menu_entry *me_list_get_first(void); menu_entry *me_list_get_next(void); + +#endif // LIBPICOFE_MENU_H