From 51657e10769faa2617d546a06c42e4c62a19bb50 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 30 Jan 2022 17:41:24 +0100 Subject: Removed trailing whitespace all over the place --- Stars45/VideoDX9.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Stars45/VideoDX9.h') diff --git a/Stars45/VideoDX9.h b/Stars45/VideoDX9.h index 0cabf13..2e995f8 100644 --- a/Stars45/VideoDX9.h +++ b/Stars45/VideoDX9.h @@ -33,7 +33,7 @@ OVERVIEW ======== - Direct3D and Direct3D Video classes for DirectX 7 + Direct3D and Direct3D Video classes for DirectX 7 */ #ifndef VideoDX9_h @@ -67,7 +67,7 @@ public: VideoDX9(const HWND& window, VideoSettings* vs); virtual ~VideoDX9(); - virtual const VideoSettings* + virtual const VideoSettings* GetVideoSettings() const { return &video_settings; } virtual bool SetVideoSettings(const VideoSettings* vs); @@ -114,9 +114,9 @@ public: virtual bool SetEnvironment(Bitmap** faces); virtual bool SetAmbient(Color c); virtual bool SetLights(const List& lights); - virtual bool SetProjection(float fov, - float znear=1.0f, - float zfar=1.0e6f, + virtual bool SetProjection(float fov, + float znear=1.0f, + float zfar=1.0e6f, DWORD type=PROJECTION_PERSPECTIVE); virtual bool SetRenderState(RENDER_STATE state, DWORD value); virtual bool SetBlendType(int blend_type); -- cgit v1.1