1 #ifndef _ABOUTBOX_PRIVATE_H
2 #define _ABOUTBOX_PRIVATE_H
5 Copyright © 2011, Thore Böckelmann. All rights reserved.
6 Copyright © 2012, The AROS Development Team. All rights reserved.
10 #include <libraries/mui.h>
26 CONST_STRPTR logoFile
;
31 struct ExpandString parsedCredits
;
32 struct ExpandString appInfo
;
40 struct DiskObject
*icon
;
43 extern struct MUI_CustomClass
*icon_mcc
;
45 #endif /* _ABOUTBOX_PRIVATE_H_ */