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
20extern const uint32 kNativeIconMagicNumber;
21extern const char*	kNativeIconMimeType;
22
23
24_END_ICON_NAMESPACE
25
26
27#endif // DEFINES_H
28