⛏️ index : haiku.git

/*
 * Copyright 2009, Haiku. All rights reserved.
 * Distributed under the terms of the MIT License.
 */
#ifndef DESKBAR_VIEW_ICONS_H
#define DESKBAR_VIEW_ICONS_H

enum {
	kIconNoMail		= 1000,
	kIconNewMail	= 1001
};

#endif // DESKBAR_VIEW_ICONS_H