Chat-O-Matic/application/CayaResources.h
2010-05-07 09:47:10 +00:00

20 lines
363 B
C

/*
* 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,
kSearchIcon = 100,
kProtocolSettingsTemplate = 1000
};
#endif // _CAYA_RESOURCES_H