revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / muimaster / classes / popscreen_private.h
blobc570c2367e5af56e0269f4b8802ae7df4ae8867d
1 #ifndef _POPSCREEN_PRIVATE_H_
2 #define _POPSCREEN_PRIVATE_H_
4 #include <utility/hooks.h>
5 #include <intuition/classusr.h>
7 struct Popscreen_DATA
9 struct Hook strobj_hook;
10 struct Hook objstr_hook;
11 Object *list;
14 #endif /* _POPSCREEN_PRIVATE_H_ */