25 lines
1.5 KiB
C
25 lines
1.5 KiB
C
/***************************************************************************/
|
|
/* */
|
|
/* */
|
|
/* Raven 3D Engine */
|
|
/* Copyright (C) 1995 by Softdisk Publishing */
|
|
/* */
|
|
/* Original Design: */
|
|
/* John Carmack of id Software */
|
|
/* */
|
|
/* Enhancements by: */
|
|
/* Robert Morgan of Channel 7............................Main Engine Code */
|
|
/* Todd Lewis of Softdisk Publishing......Tools,Utilities,Special Effects */
|
|
/* John Bianca of Softdisk Publishing..............Low-level Optimization */
|
|
/* Carlos Hasan..........................................Music/Sound Code */
|
|
/* */
|
|
/* */
|
|
/***************************************************************************/
|
|
|
|
#define MAX_VIEW_WIDTH (320)
|
|
#define MAX_VIEW_HEIGHT (200)
|
|
#define INIT_VIEW_WIDTH (320)
|
|
#define INIT_VIEW_HEIGHT (200)
|
|
#define VIEW_LEFT (0)
|
|
#define VIEW_TOP (0)
|
|
|