1 #ifndef INTUITION_SGHOOKS_H 2 #define INTUITION_SGHOOKS_H 3 4 /* 5 intuition string gadget extension and 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_IOBSOLETE_H 15 # include <intuition/iobsolete.h> 16 #endif 17 18 #endif /* INTUITION_SGHOOKS_H */