Removed some prerequisites for which there is no target anymore.
[AROS.git] / workbench / utilities / GiggleDisk / process.h
blob507173ec1d95c75e28ec5749da33f964bbacf066
1 #ifndef PROCESS_H
2 #define PROCESS_H 1
4 /*************************************************************************/
6 #include <intuition/intuition.h>
8 /*************************************************************************/
11 ** Prototypes
14 void Process_SetWindowPtr ( struct Window *window );
15 void Process_ClearWindowPtr ( void );
17 /*************************************************************************/
19 #endif /* PROCESS_H */