Removal of non-Haiku target platform logic from build system (part 1.)
[haiku.git] / src / apps / icon-o-matic / import_export / svg / SVGImporter.h
blob06d91d62881a656fbe525b7a23b151351ea2b6c3
1 /*
2 * Copyright 2006, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Stephan Aßmus <superstippi@gmx.de>
7 */
8 #ifndef SVG_IMPORTER_H
9 #define SVG_IMPORTER_H
11 #include "Importer.h"
13 struct entry_ref;
15 class SVGImporter : public Importer {
16 public:
17 SVGImporter();
18 virtual ~SVGImporter();
20 status_t Import(Icon* icon,
21 const entry_ref* ref);
24 #endif // SVG_IMPORTER_H