home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
useful
/
dist
/
gfx
/
show
/
superview-lib
/
programmers
/
example_svdrivers
/
ecs
/
ecs.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-07-04
|
317b
|
22 lines
/* ecs.h
- Include File for ECS Support Routines -
(c) 1994 by Andreas R. Kleinert
Last changes : 05.03.1994
*/
#ifndef ECS_H
#define ECS_H
#ifndef GRAPHICS_VIEW_H
#include <graphics/view.h>
#endif /* GRAPHICS_VIEW_H */
/* some useful Defines */
#define ColorAcc(x) (1<<(x))
#endif /* ECS_H */