home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
gfx
/
superview-lib-9.12.lha
/
SuperView-Lib
/
Programmers
/
Example_SVDrivers
/
ECS
/
ecs.h
next >
Wrap
C/C++ Source or Header
|
1994-12-28
|
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 */