xref: /haiku/src/libs/icon/message/Defines.h (revision 68ea01249e1e2088933cb12f9c28d4e5c5d1c9ef)
1 /*
2  * Copyright 2007, Haiku. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  *
5  * Authors:
6  *		Stephan Aßmus <superstippi@gmx.de>
7  */
8 #ifndef DEFINES_H
9 #define DEFINES_H
10 
11 
12 #include <SupportDefs.h>
13 
14 #include "IconBuild.h"
15 
16 
17 _BEGIN_ICON_NAMESPACE
18 
19 
20 extern const uint32 kNativeIconMagicNumber;
21 extern const char*	kNativeIconMimeType;
22 
23 
24 _END_ICON_NAMESPACE
25 
26 
27 #endif // DEFINES_H
28