quakeforge/ruamoko/qwaq/qwaq-draw.h
Bill Currie c377b324a1 [qwaq] Add Group and clean up lots of mess
Things are finally doing something again, and getting closer to having a
moveable window.
2020-03-05 15:44:53 +09:00

11 lines
138 B
Objective-C

#ifndef __qwaq_draw_h
#define __qwaq_draw_h
@protocol Draw
-draw;
-redraw;
-setOwner: owner;
-(struct window_s*) getWindow;
@end
#endif