quakeforge/ruamoko/qwaq/qwaq-draw.h
Bill Currie d88a091fc6 [qwaq] Use protocols to distinguish object abilities
Well, that took a fair bit more than it should have to get working: had
to implement the protocol support in qfcc and engine-side ruamoko.
2020-03-02 15:22:54 +09:00

8 lines
80 B
Objective-C

#ifndef __qwaq_draw_h
#define __qwaq_draw_h
@protocol Draw
-draw;
@end
#endif