/* * Copyright 2007, Haiku. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: * Stephan Aßmus */ #ifndef DEFINES_H #define DEFINES_H #include extern const uint32 kNativeIconMagicNumber; extern const char* kNativeIconMimeType; #endif // DEFINES_H