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