2019-03-18 01:27:50 +00:00
|
|
|
// SONIC ROBO BLAST 2
|
2014-03-15 16:59:03 +00:00
|
|
|
//-----------------------------------------------------------------------------
|
2019-03-18 01:27:50 +00:00
|
|
|
// Copyright (C) 1993-1996 by id Software, Inc.
|
2014-03-15 16:59:03 +00:00
|
|
|
// Copyright (C) 1998-2000 by DooM Legacy Team.
|
2019-03-18 01:27:50 +00:00
|
|
|
// Copyright (C) 1999-2019 by Sonic Team Junior.
|
2014-03-15 16:59:03 +00:00
|
|
|
//
|
2019-03-18 01:27:50 +00:00
|
|
|
// This program is free software distributed under the
|
|
|
|
// terms of the GNU General Public License, version 2.
|
|
|
|
// See the 'LICENSE' file for more details.
|
2014-03-15 16:59:03 +00:00
|
|
|
//-----------------------------------------------------------------------------
|
|
|
|
/// \file
|
|
|
|
/// \brief Dynamic lighting & coronas add on by Hurdler
|
|
|
|
|
|
|
|
#ifndef _HW_LIGHTS_
|
|
|
|
#define _HW_LIGHTS_
|
|
|
|
|
|
|
|
#include "hw_glob.h"
|
|
|
|
#include "hw_defs.h"
|
|
|
|
|
|
|
|
#endif
|