X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=menu.h;h=dfecccec49080629159cb8d02014da9b4cdc30d2;hb=20b143089cc395dbcd51cac516a9e36f4ab6f5ac;hp=07aee2a927066ba5373f6401e3543a01db1b9ab2;hpb=675d1d368c75ef01523108f3180090a9ed12edf4;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