home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 3
/
Merciful_Release_3.bin
/
software
/
e
/
elanv1.00.lha
/
elan
/
src
/
config.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-06-07
|
334b
|
20 lines
#include <stdio.h>
#define CONFIGFILE_NAME "elan.cfg"
typedef struct configuration
{
int output_mode;
int console_width;
int console_height;
int style_pen[STYLE_TYPE_NUMBER];
int color_pen[COLOR_TYPE_NUMBER];
} configuration;
extern configuration cfg;
/* Protos */
error_class read_config(void);