/* h.iconnums
 * Icon numbers for the !GameID Utility
 * Musus Umbra, 1997
 */

#ifndef iconnums_h
#define iconnums_h

#define AUTH_OK				14

#define FULL_NAME			0

#define INFO_VERSION		3
#define INFO_AUTHOR			2
#define INFO_NAME			0

#define MAIN_SNAME			11
#define MAIN_LNAME			10
#define MAIN_LIST			13
#define MAIN_CANCEL			15
#define MAIN_ADD			14
#define MAIN_FILENAME		0
#define MAIN_RELEASE		1
#define MAIN_SERIAL			2
#define MAIN_VERSION		3
#define MAIN_SIZE			4

#endif
