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 9 10 #include "Defines.h" 11 12 13 _BEGIN_ICON_NAMESPACE 14 15 16 const uint32 kNativeIconMagicNumber = 'IMSG'; 17 const char* kNativeIconMimeType = "application/x-vnd.Haiku-icon"; 18 19 20 _END_ICON_NAMESPACE 21