home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
GFX
/
viewer
/
SVLIBS81.LHA
/
superview-lib
/
Programmers
/
Example_SVDrivers
/
ECS
/
ecs.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1994-08-13
|
317 b
|
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 */