revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / muimaster / classes / crawling_private.h
blobca255eecee5934229632a21c957b5d5a78cab668
1 #ifndef _CRAWLING_PRIVATE_H_
2 #define _CRAWLING_PRIVATE_H_
4 #include <exec/types.h>
5 #include <libraries/mui.h>
7 #define CRAWLING_INITIAL_DELAY (5 * 10)
9 struct Crawling_DATA
11 struct MUI_EventHandlerNode ehn;
12 LONG ticker;
15 #endif /* _CRAWLING_PRIVATE_H_ */