src/widget/widget.h
branchcpp_gui
changeset 6290 8078f7a3c8a0
parent 6289 be3d8bd9fb02
child 6294 6c74bf9cc5a4
--- a/src/widget/widget.h	Sun Mar 04 22:36:22 2007 +0000
+++ b/src/widget/widget.h	Tue Mar 06 13:06:38 2007 +0000
@@ -132,6 +132,7 @@
 	static /*static*/ void FillRect(const Rect16 &rc, int color);
 	static void DrawFrameRect(int left, int top, int right, int bottom, int ctab, FrameFlags flags);
 	void DrawFrameRect(int ctab, FrameFlags flags);
+	void DrawSprite(SpriteID img, SpriteID pal, const Point16 &local_pos);
 
 	virtual BaseWindow* GetWindow();
 	virtual Widget* WidgetFromPt(const Point16 &pt);