xref: /haiku/src/preferences/media/IconHandles.h (revision b63e3a348c4dccb50b34a67222bada4ea5b123ce)
1*b63e3a34SAlex Wilson /*
2*b63e3a34SAlex Wilson  * Copyright 2010, Haiku, Inc. All rights reserved.
3*b63e3a34SAlex Wilson  * Distributed under the terms of the MIT License.
4*b63e3a34SAlex Wilson  */
5*b63e3a34SAlex Wilson 
6*b63e3a34SAlex Wilson 
7*b63e3a34SAlex Wilson enum {
8*b63e3a34SAlex Wilson 	devices_icon = 1,
9*b63e3a34SAlex Wilson 	mixer_icon = 2,
10*b63e3a34SAlex Wilson 	tv_icon = 3,
11*b63e3a34SAlex Wilson 	cam_icon = 4,
12*b63e3a34SAlex Wilson 	mic_icon = 5,
13*b63e3a34SAlex Wilson 	speaker_icon = 6
14*b63e3a34SAlex Wilson };
15*b63e3a34SAlex Wilson 
16