2 * Copyright 2006-2007, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
12 #include <GraphicsDefs.h>
14 #include "IconBuild.h"
17 class AddPathsCommand
;
18 class AddStylesCommand
;
30 void new_style(rgb_color color
, StyleContainer
* container
,
31 Style
** style
, AddStylesCommand
** command
);
33 void new_path(PathContainer
* container
, VectorPath
** path
,
34 AddPathsCommand
** command
, VectorPath
* other
= NULL
);