Fix for the (stupid) case of app (always) passing
[tangerine.git] / rom / bootmenu / bootmenu_intern.h
blob0145f4acd9106e21cfa94d97d9fc9c8b108dbde3
1 #ifndef BOOTMENU_INTERN_H
2 #define BOOTMENU_INTERN_H
4 /*
5 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Internal definitions for bootmenu
9 Lang: english
12 #include <aros/libcall.h>
13 #include <exec/libraries.h>
14 #include <libcore/base.h>
15 #include <libraries/bootmenu.h>
16 #include "gadgets.h"
17 #include LC_LIBDEFS_FILE
19 LIBBASETYPE {
20 struct LibHeader lh;
21 struct BootConfig bcfg;
22 struct Screen *scr;
23 struct Window *win;
24 struct MainGadgets maingadgets;
27 #endif /* BOOTMENU_INTERN_H */