quakeforge/ruamoko/include/gui/Pic.h

24 lines
279 B
C
Raw Normal View History

2004-02-13 02:52:14 +00:00
#ifndef __ruamoko_gui_Pic_h
#define __ruamoko_gui_Pic_h
#include "gui/View.h"
/** \addtogroup gui */
//@{
2004-02-13 02:52:14 +00:00
@interface Pic : View
{
string pic_name;
}
-(void)setPic:(string)pic;
-(void)draw;
@end
@interface CenterPic : Pic
-(void)draw;
@end
//@}
2004-02-13 02:52:14 +00:00
#endif//__ruamoko_gui_Pic_h