From fae0c2bfe95a122de0f165791690dc18928a931c Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 14 Nov 2003 17:21:14 +0000 Subject: Started working on widgets. --- include/base.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/base.h') diff --git a/include/base.h b/include/base.h index 592d8d9..2607cf5 100644 --- a/include/base.h +++ b/include/base.h @@ -16,6 +16,7 @@ namespace mogltk { virtual void Enter2DMode(); virtual void Leave2DMode(); virtual bool is2D(); + virtual void changeviewport(int x = 0, int y = 0, unsigned int w = 0, unsigned int h = 0); protected: base(int, int, int, int); void setsurface(SDL_Surface *) throw (GeneralException); -- cgit v1.2.3