From d0404cbdb77bd82abf578ce28093990db94743f2 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Thu, 15 Jul 2021 18:19:32 +0300 Subject: render -> renderer (original name) --- src/render/Clouds.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/render/Clouds.h (limited to 'src/render/Clouds.h') diff --git a/src/render/Clouds.h b/src/render/Clouds.h deleted file mode 100644 index 4d8cd2c8..00000000 --- a/src/render/Clouds.h +++ /dev/null @@ -1,21 +0,0 @@ -#pragma once - -class CClouds -{ -public: - static float CloudRotation; - static uint32 IndividualRotation; - - static float ms_cameraRoll; - static float ms_horizonZ; - static CRGBA ms_colourTop; - static CRGBA ms_colourBottom; - - static void Init(void); - static void Shutdown(void); - static void Update(void); - static void Render(void); - static void RenderBackground(int16 topred, int16 topgreen, int16 topblue, - int16 botred, int16 botgreen, int16 botblue, int16 alpha); - static void RenderHorizon(void); -}; -- cgit v1.2.3