xref: /haiku/src/libs/icon/message/Defines.h (revision b671e9bbdbd10268a042b4f4cc4317ccd03d105e)
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 #include <SupportDefs.h>
12 
13 
14 extern const uint32 kNativeIconMagicNumber;
15 extern const char*	kNativeIconMimeType;
16 
17 #endif // DEFINES_H
18