Chat-O-Matic/application/CayaResources.h

21 lines
383 B
C
Raw Normal View History

/*
* Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _CAYA_RESOURCES_H
#define _CAYA_RESOURCES_H
enum {
kOnlineIcon = 10,
kAwayIcon = 11,
kBusyIcon = 12,
kOfflineIcon = 13,
2010-05-20 16:31:55 -05:00
kToolIcon = 20,
kSearchIcon = 21,
kProtocolSettingsTemplate = 1000
};
#endif // _CAYA_RESOURCES_H