21 lines
896 B
C
Raw Normal View History

2014-01-07 19:59:39 -05:00
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
#define IDD_APPLICATION 101
#define IDB_THINKING 134
#define IDB_EATING 135
#define IDB_HUNGRY 136
#define IDB_BTN_UP 137
#define IDB_BTN_DWN 138
#define IDC_PHILO_0 1000
#define IDC_PHILO_1 1001
#define IDC_PHILO_2 1002
#define IDC_PHILO_3 1003
#define IDC_PHILO_4 1004
#define IDC_PAUSE 1006
#define IDC_PAUSED 1009
#define IDS_APP_TITLE 40000
#define IDS_PAUSED 40001
#define IDS_RUNNING 40002