Minor fixes to comments.
[AROS.git] / rom / intuition / boopsigadgets.h
blob74c46273a58d88105d4c0f3d7c90799bbdd4ac5c
1 #ifndef BOOPSIGADGETS_H
2 #define BOOPSIGADGETS_H
4 /*
5 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
6 Copyright © 2001-2003, The MorphOS Development Team. All Rights Reserved.
7 $Id$
8 */
10 #ifndef INTUITION_INTUITION_H
11 # include <intuition/intuition.h>
12 #endif
13 #ifndef INTUITION_INTUITIONBASE_H
14 # include <intuition/intuitionbase.h>
15 #endif
17 extern void RefreshBoopsiGadget (struct Gadget * gadget, struct Window * window,
18 struct Requester *requester, struct IntuitionBase * IntuitionBase);
20 extern VOID DoGMLayout(struct Gadget *, struct Window *,struct Requester *,
21 UWORD, BOOL, struct IntuitionBase *);
23 #endif /* BOOPSIGADGETS_H */