/*========================================================================== * * Copyright (C) 1995, 1996 Microsoft Corporation. All Rights Reserved. * ***************************************************************************/ #define MENU_STATS 1 #define MENU_EXIT 2 #define MENU_TEXTURE_TOGGLE 3 #define MENU_TEXTURE_SWAP 4 #define MENU_FULLSCREEN 7 #define MENU_NEXT_MODE 8 #define MENU_PREVIOUS_MODE 9 #define MENU_STATS 10 #define MENU_FLAT 12 #define MENU_GOURAUD 13 #define MENU_PHONG 14 #define MENU_ZBUFFER 15 #define MENU_PERSPCORRECT 16 #define MENU_POINT_FILTER 17 #define MENU_LINEAR_FILTER 18 #define MENU_CLEARS 19 #define MENU_POINT 20 #define MENU_WIREFRAME 21 #define MENU_SOLID 22 #define MENU_SPECULAR 23 #define MENU_LIGHTING 31 #define MENU_DITHERING 24 #define MENU_FOG 25 #define MENU_ANTIALIAS 26 #define MENU_DEPTH 28 #define MENU_FIRST_FORMAT 40 #define MENU_FIRST_DRIVER 100 #define MENU_FIRST_MODE 200 #define MENU_FILE_OPEN_PMESH 40001 #define IDR_MYACCELERATOR1 40002 #define APPMENU 40003 #define MENU_CULL 27 #define MENU_BACKFACE 47 #define MENU_FRONTFACE 42 #define MENU_CCW 43 #define MENU_CW 44 #define IDC_STATIC -1