From: Shamus Hammons Date: Wed, 29 Dec 2004 07:55:11 +0000 (+0000) Subject: Added a function to prevent dividing all over the place X-Git-Tag: 2.0.0~123 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bbd8c99157230559689344d01cdcf08995e2404;hp=7485b55b5a8b8dfb2b29137583d35a710b5e0284;p=virtualjaguar Added a function to prevent dividing all over the place --- diff --git a/src/include/video.h b/src/include/video.h index 685a6d8..0e1ead8 100644 --- a/src/include/video.h +++ b/src/include/video.h @@ -16,6 +16,7 @@ void VideoDone(void); void RenderBackbuffer(void); void ResizeScreen(uint32 width, uint32 height); uint32 GetSDLScreenPitch(void); +uint32 GetSDLScreenWidthInPixels(void); void ToggleFullscreen(void); #endif // __VIDEO_H__