mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-01 07:11:02 +00:00
20 lines
642 B
C
20 lines
642 B
C
// 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
|
|
/// \brief Dynamic lighting & coronas add on by Hurdler
|
|
|
|
#ifndef _HW_LIGHTS_
|
|
#define _HW_LIGHTS_
|
|
|
|
#include "hw_glob.h"
|
|
#include "hw_defs.h"
|
|
|
|
#endif
|