]> Shamusworld >> Repos - virtualjaguar/commitdiff
Added a function to prevent dividing all over the place
authorShamus Hammons <jlhamm@acm.org>
Wed, 29 Dec 2004 07:55:11 +0000 (07:55 +0000)
committerShamus Hammons <jlhamm@acm.org>
Wed, 29 Dec 2004 07:55:11 +0000 (07:55 +0000)
src/include/video.h

index 685a6d8668323adfcbc60cbd663f30cfc326ae15..0e1ead828f2e9b0035e55d168c08baf75fcd3ebc 100644 (file)
@@ -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__