reactos/dll/cpl/wined3dcfg/resource.h
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

21 lines
444 B
C

#pragma once
/* Icons */
#define IDI_CPLICON 1
/* Dialogs */
#define IDD_PROPPAGEGENERAL 100
/* Controls */
#define IDC_PIXELSHADERS 1001
#define IDC_GLSL 1002
#define IDC_VERTEXSHADERS 1003
#define IDC_MULTISAMPLING 1004
#define IDC_STRICTDRAWORDERING 1005
#define IDC_OFFSCREEN 1006
#define IDC_LOCKING 1007
/* Strings */
#define IDS_CPLNAME 10000
#define IDS_CPLDESCRIPTION 10001