2 * Copyright 2006, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
12 #include <SupportDefs.h>
14 #include "IconBuild.h"
29 status_t
Init(Icon
* icon
);
31 int32
StyleIndexFor(int32 savedIndex
) const;
32 int32
PathIndexFor(int32 savedIndex
) const;
35 int32 fStyleIndexOffset
;
36 int32 fPathIndexOffset
;