From e46ba2f29ff20a317e708d15dc5be904cdf005eb Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 15 Mar 2004 00:45:45 +0000 Subject: Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and get_width() to getHeight and getWidth(); augmented some doxygen comments in common/system.h svn-id: r13284 --- backends/gp32/gp32.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/gp32/gp32.h') diff --git a/backends/gp32/gp32.h b/backends/gp32/gp32.h index 435072626d..6fddf3fcfd 100644 --- a/backends/gp32/gp32.h +++ b/backends/gp32/gp32.h @@ -40,8 +40,8 @@ public: // Set the size of the video bitmap. // Typically, 320x200 void initSize(uint w, uint h); - int16 get_height() { return _screenHeight; } - int16 get_width() { return _screenWidth; } + int16 getHeight() { return _screenHeight; } + int16 getWidth() { return _screenWidth; } // Draw a bitmap to screen. // The screen will not be updated to reflect the new bitmap -- cgit v1.2.3