/* resource.h * J Scott Cameron * constants for window resources */ #include #define GP_NEW_POPULATION 0 #define GP_OPEN_IMAGE 1 #define GP_EXIT 2 #define GP_ABOUT 3 #define GP_NEW_PARENT 4 #define GI_SAVE 10 #define GI_EXIT 11 #define GI_VIEW_EQUATION 12 #define GI_SAVE_AS_BM 13 #define GI_WIDTH 14 #define GI_HEIGHT 15 #define GPA_LOAD 20 #define GPA_CREATE_NEW_POP 21 #define GPA_EMPTY 22 #define GPA_EXIT 23 #define GPA_CROSSOVER 24 #define GPA_MUTATION 25 #define GPA_RATE 26