public
Description: A random NPC generator for D&D 3rd edition, written in C. Includes CGI and console interfaces.
Homepage:
Clone URL: git://github.com/jamis/dnd-npc.git
dnd-npc / resource.h
100644 52 lines (50 sloc) 2.06 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by npc.rc
//
#define IDD_NPC 101
#define IDD_ABOUT 102
#define IDI_NPC 103
#define IDD_CONFIG 104
#define IDR_EDITMENU 105
#define IDC_ALIGNMENT 1000
#define IDC_GENDER 1001
#define IDC_RACE 1002
#define IDC_CLASS1 1003
#define IDC_CLASS2 1004
#define IDC_CLASS3 1005
#define IDC_LEVEL1 1006
#define IDC_LEVEL2 1007
#define IDC_LEVEL3 1008
#define IDC_COUNT 1009
#define IDC_SEED 1010
#define IDC_GENERATE 1011
#define IDC_CONFIG 1012
#define IDC_CURRENTSEED 1013
#define IDC_NPCS 1015
#define IDC_ABOUTTEXT 1016
#define IDC_ABOUT 1017
#define IDC_STATSABILITYBONUSES 1018
#define IDC_STATSACBREAKDOWN 1019
#define IDC_STATSINITBREAKDOWN 1020
#define IDC_STATSATTACKBREAKDOWN 1021
#define IDC_STATSSAVEBREAKDOWN 1022
#define IDC_STATSSKILLBREAKDOWN 1023
#define IDC_STATSLANGUAGES 1024
#define IDC_STATSSKILLSFEATS 1025
#define IDC_STATSPOSSESSIONS 1026
#define IDC_STATSSPELLS 1027
#define IDC_ABSTRATEGY 1029
#define IDC_PCGENEXPORT 1030
#define IDC_EDIT_SELECT_ALL 40003
#define IDC_EDIT_COPY 40004
 
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 106
#define _APS_NEXT_COMMAND_VALUE 40005
#define _APS_NEXT_CONTROL_VALUE 1031
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif