ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/CrUtil.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

# User Rev Content
1 root 1.1 #ifndef _CrUtil_h
2     #define _CrUtil_h
3    
4     extern void DrawFacePart(Widget w, GC gc, New_Face *face, int x, int y, int x_offset, int y_offset);
5     extern void DrawPartObject(Widget w, GC gc, object * op, int x, int y);
6     extern GC GCCreate (Widget w);
7    
8     #endif /* _CrUtil_h */