try to make sure compiler/include/mmakefile is always refreshed correctly.
[AROS.git] / rom / intuition / boolgadgets.h
blob5e933eee12dd105133d1b3a7bac00c1eb81195a8
1 #ifndef _BOOLGADGETS_H_
2 #define _BOOLGADGETS_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 void RefreshBoolGadget (struct Gadget * gadget, struct Window * window,
18 struct Requester * requester, struct IntuitionBase * IntuitionBase);
20 void RefreshBoolGadgetState(struct Gadget * gadget, struct Window * window,
21 struct Requester *requester, struct IntuitionBase *IntuitionBase);
23 #endif /* _BOOLGADGETS_H_ */