ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/crossedit/CrUtil.h
Revision: 1.1
Committed: Fri Feb 3 07:11:43 2006 UTC (18 years, 3 months ago) by root
Content type: text/plain
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

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 */