quakeforge/tools/Forge/Clipper.h
Jeff Teunissen 317d3bddb8 New program (incomplete, and horridly broken): Forge.app. It's going to be
a GNUstep port of the original Quake editor for NeXTstep, QuakeEd.app.
2001-02-09 01:52:44 +00:00

24 lines
309 B
Objective-C

extern id clipper_i;
@interface Clipper: NSObject
{
int num;
vec3_t pos[3];
plane_t plane;
}
- (BOOL) hide;
- XYClick: (NSPoint) pt;
- (BOOL) XYDrag: (NSPoint *) pt;
- ZClick: (NSPoint) pt;
- carve;
- flipNormal;
- (BOOL) getFace: (face_t *) pl;
- cameraDrawSelf;
- XYDrawSelf;
- ZDrawSelf;
@end