1 #ifndef INTUITION_CGHOOKS_H 2 #define INTUITION_CGHOOKS_H 3 4 /* 5 intuition custom gadget hook definitions 6 7 Copyright © 2002-2008 The MorphOS Development Team, All Rights Reserved. 8 */ 9 10 #ifndef EXEC_TYPES_H 11 # include <exec/types.h> 12 #endif 13 14 #ifndef INTUITION_INTUITION_H 15 # include <intuition/intuition.h> 16 #endif 17 18 #ifndef INTUITION_IOBSOLETE_H 19 # include <intuition/iobsolete.h> 20 #endif 21 22 #endif /* INTUITION_CGHOOKS_H */