27 lines
998 B
C
27 lines
998 B
C
/*==========================================================================
|
|
*
|
|
* Copyright (C) 1995, 1996 Microsoft Corporation. All Rights Reserved.
|
|
*
|
|
* File: resource.h
|
|
*
|
|
***************************************************************************/
|
|
|
|
#define MENU_ABOUT 1
|
|
#define MENU_EXIT 2
|
|
#define MENU_STEP 27
|
|
#define MENU_GO 28
|
|
#define MENU_FLAT 12
|
|
#define MENU_GOURAUD 13
|
|
#define MENU_PHONG 14
|
|
#define MENU_POINT_FILTER 17
|
|
#define MENU_LINEAR_FILTER 18
|
|
#define MENU_POINT 20
|
|
#define MENU_WIREFRAME 21
|
|
#define MENU_SOLID 22
|
|
#define MENU_DITHERING 24
|
|
#define MENU_ANTIALIAS 26
|
|
#define MENU_LIGHTING 29
|
|
#define MENU_FIRST_DRIVER 80
|
|
|
|
#define IDC_STATIC -1
|