mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
c377b324a1
Things are finally doing something again, and getting closer to having a moveable window.
11 lines
138 B
Objective-C
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
|