27 lines
637 B
C
27 lines
637 B
C
/*=========================================================================
|
|
* LightOpt.h
|
|
* This is a part of the Game project.
|
|
*
|
|
* Version 1.0
|
|
* Creation date 26/02/97
|
|
* Revision date
|
|
*
|
|
* That file needs to be compatible for all platforms.
|
|
*
|
|
* (c) Ubi Studios 1997
|
|
*=======================================================================*/
|
|
|
|
/*#if !defined(__LIGHTOPT_H__)*/
|
|
#ifndef __LIGHTOPT_H__
|
|
#define __LIGHTOPT_H__
|
|
|
|
/******************************************/
|
|
#if _MSC_VER >= 1000
|
|
#pragma once
|
|
#endif /* _MSC_VER >= 1000 */
|
|
/******************************************/
|
|
|
|
#define __3DOSLIGHTS
|
|
|
|
#endif
|