mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-06 23:28:04 -04:00
allow multi-include on some headers
This commit is contained in:
parent
da0cc55643
commit
7bf7acb6d6
5 changed files with 22 additions and 1 deletions
5
menu.h
5
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue