// SONIC ROBO BLAST 2 //----------------------------------------------------------------------------- // Copyright (C) 1993-1996 by id Software, Inc. // Copyright (C) 1998-2000 by DooM Legacy Team. // Copyright (C) 1999-2019 by Sonic Team Junior. // // 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 #include "../doomdef.h" #ifdef HWRENDER #include "hw_light.h" #include "hw_drv.h" #include "../i_video.h" #include "../z_zone.h" #include "../m_random.h" #include "../m_bbox.h" #include "../w_wad.h" #include "../r_state.h" #include "../r_main.h" #include "../p_local.h" #endif // HWRENDER