35 lines
834 B
C
35 lines
834 B
C
/*=========================================================================
|
|
* Options.h : All options of the project.
|
|
* This is a part of the Game project.
|
|
*
|
|
* Version 1.0
|
|
* Creation date 09/08/96
|
|
* Revision date
|
|
*
|
|
* That file needs to be compatible for all platforms.
|
|
*
|
|
* (c) Ubi Studios 1996
|
|
*=======================================================================*/
|
|
|
|
#if !defined(__OPTIONS_H__)
|
|
#define __OPTIONS_H__
|
|
|
|
/******************************************/
|
|
#if _MSC_VER >= 1000
|
|
#pragma once
|
|
#endif /* _MSC_VER >= 1000 */
|
|
/******************************************/
|
|
|
|
/* SOUND 14/02/97*/
|
|
#include "Def_Snd.h"
|
|
/* SOUND fin*/
|
|
|
|
#include "ActBlMal.h"
|
|
#include "EnumCsts.h"
|
|
#include "InLine.h"
|
|
#include "SptIALod.h"
|
|
#include "LightOpt.h"
|
|
#include "Specif\Flags.h"
|
|
|
|
#endif /* __OPTIONS_H__ */
|