0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-03 07:43:58 +00:00
quakeforge/ruamoko/include/gui/Pic.h
2004-02-13 02:52:14 +00:00

18 lines
244 B
Objective-C

#ifndef __ruamoko_gui_Pic_h
#define __ruamoko_gui_Pic_h
#include "gui/View.h"
@interface Pic : View
{
string pic_name;
}
-(void)setPic:(string)pic;
-(void)draw;
@end
@interface CenterPic : Pic
-(void)draw;
@end
#endif//__ruamoko_gui_Pic_h