⛏️ index : haiku.git

/*
 * Copyright 2007, Haiku. All rights reserved.
 * Distributed under the terms of the MIT License.
 *
 * Authors:
 *		Stephan Aßmus <superstippi@gmx.de>
 */
#ifndef DEFINES_H
#define DEFINES_H


#include <SupportDefs.h>

#include "IconBuild.h"


_BEGIN_ICON_NAMESPACE


extern const uint32 kNativeIconMagicNumber;
extern const char*	kNativeIconMimeType;


_END_ICON_NAMESPACE


#endif // DEFINES_H