2 * Copyright 2006, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
9 #ifndef BITMAP_EXPORTER_H
10 #define BITMAP_EXPORTER_H
14 class BitmapExporter
: public Exporter
{
16 BitmapExporter(uint32 size
);
17 virtual ~BitmapExporter();
19 virtual status_t
Export(const Icon
* icon
,
22 virtual const char* MIMEType();
29 #endif // BITMAP_EXPORTER_H