allow multi-include on some headers

This commit is contained in:
Grazvydas Ignotas 2013-06-16 02:57:00 +03:00
parent da0cc55643
commit 7bf7acb6d6
5 changed files with 22 additions and 1 deletions

5
menu.h
View file

@ -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