ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/CrFace.h
Revision: 1.1.1.1 (vendor branch)
Committed: Fri Feb 3 07:11:43 2006 UTC (18 years, 3 months ago) by root
Content type: text/plain
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_03_15, LAST_C_VERSION, UPSTREAM_2006_02_22, difficulty_fix_merge_060810_2300, UPSTREAM_2006_02_03
Branch point for: difficulty_fix
Changes since 1.1: +0 -0 lines
Log Message:
initial import

File Contents

# Content
1 #ifndef _CrFace_h
2 #define _CrFace_h
3
4 /**********************************************************************
5 CrFace resources:
6
7 Name Class RepType DefaultValue Notice
8 ----------------------------------------------------------------------
9 object Object Pointer NULL for program
10
11 **********************************************************************/
12
13 typedef struct _CrFaceClassRec *CrFaceWidgetClass;
14 typedef struct _CrFaceRec *CrFaceWidget;
15
16 #define XtNobject "object"
17 #define XtCObject "Object"
18
19 #define XtNadjust "adjust"
20 #define XtCAdjust "Adjust"
21
22 extern WidgetClass crFaceWidgetClass;
23
24 #endif /* _CrFace_h */