mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 00:24:12 +00:00
9 lines
80 B
C
9 lines
80 B
C
|
#ifndef __qwaq_draw_h
|
||
|
#define __qwaq_draw_h
|
||
|
|
||
|
@protocol Draw
|
||
|
-draw;
|
||
|
@end
|
||
|
|
||
|
#endif
|