root/src/libs/icon/message/Defines.cpp
/*
 * Copyright 2007, Haiku. All rights reserved.
 * Distributed under the terms of the MIT License.
 *
 * Authors:
 *              Stephan Aßmus <superstippi@gmx.de>
 */


#include "Defines.h"


_BEGIN_ICON_NAMESPACE


const uint32 kNativeIconMagicNumber = 'IMSG';
const char*     kNativeIconMimeType     = "application/x-vnd.Haiku-icon";


_END_ICON_NAMESPACE