// DR. ROBOTNIK'S RING RACERS //----------------------------------------------------------------------------- // Copyright (C) 2025 by Kart Krew. // Copyright (C) 2020 by Sonic Team Junior. // Copyright (C) 2000 by DooM Legacy Team. // Copyright (C) 1996 by id Software, Inc. // // This program is free software distributed under the // terms of the GNU General Public License, version 2. // See the 'LICENSE' file for more details. //----------------------------------------------------------------------------- /// \file r_plane.h /// \brief Refresh, visplane stuff (floor, ceilings) #ifndef __R_PLANE__ #define __R_PLANE__ #ifdef __cplusplus extern "C" { #endif #include "screen.h" // needs MAXVIDWIDTH/MAXVIDHEIGHT #include "r_data.h" #include "r_defs.h" #include "r_textures.h" #include "p_polyobj.h" #define VISPLANEHASHBITS 9 #define VISPLANEHASHMASK ((1<