1 #ifndef WORKBENCH_STARTUP_H
2 #define WORKBENCH_STARTUP_H
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
8 Desc: Workbench startup handling
13 # include <exec/ports.h>
16 # include <exec/types.h>
24 struct Message sm_Message
;
25 struct MsgPort
* sm_Process
;
29 struct WBArg
* sm_ArgList
;
38 #endif /* WORKBENCH_STARTUP_H */