Go to the documentation of this file.
19 #ifndef __AOS4_GNASH_PREFS_H__
20 #define __AOS4_GNASH_PREFS_H__
22 #define ALL_REACTION_CLASSSES
23 #include <reaction/reaction_macros.h>
24 #include <reaction/reaction_prefs.h>
26 #include <exec/exec.h>
28 #include <images/label.h>
29 #include <intuition/screens.h>
31 #include <classes/window.h>
33 #include <gadgets/layout.h>
34 #include <gadgets/clicktab.h>
35 #include <gadgets/scroller.h>
36 #include <gadgets/checkbox.h>
37 #include <gadgets/string.h>
38 #include <gadgets/integer.h>
39 #include <gadgets/button.h>
41 #include <proto/exec.h>
42 #include <proto/intuition.h>
44 #include <proto/window.h>
45 #include <proto/layout.h>
46 #include <proto/space.h>
47 #include <proto/clicktab.h>
48 #include <proto/scroller.h>
49 #include <proto/label.h>
50 #include <proto/checkbox.h>
51 #include <proto/string.h>
52 #include <proto/integer.h>
53 #include <proto/button.h>
55 #include <libraries/gadtools.h>
136 #endif //__AOS4_GNASH_PREFS_H__