From 45e08ccde95c84932557701235558e72cdc95f1b Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 28 Oct 2006 16:50:46 +0000 Subject: Fixing caps in class names. --- include/base.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/base.h') diff --git a/include/base.h b/include/base.h index c08c055..96763e5 100644 --- a/include/base.h +++ b/include/base.h @@ -17,14 +17,14 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: base.h,v 1.10 2004-11-27 21:48:01 pixel Exp $ */ +/* $Id: base.h,v 1.11 2006-10-28 16:50:46 pixel Exp $ */ #ifndef __BASE_H__ #define __BASE_H__ #include #include -#include +#include namespace mogltk { struct rect { @@ -43,7 +43,7 @@ namespace mogltk { virtual bool is2D(); virtual void changeviewport(int x = 0, int y = 0, unsigned int w = 0, unsigned int h = 0); void ToggleFullscreen(); - virtual texture * GrabTexture(); + virtual Texture * GrabTexture(); virtual SDL_Surface * GrabSurface(); protected: base(int, int, int, int); -- cgit v1.2.3