home *** CD-ROM | disk | FTP | other *** search
- #ifndef TIGA_MODES_H
- #define TIGA_MODES_H
- /*
- ** $Filename: tiga/modes.h $
- ** $Release: $$$RELEASE$$$ $
- **
- ** PUBLIC EXTENDER FILE
- **
- ** (C) Copyright 1988,1989,1990 University of Lowell
- ** Center for Productivity Enhancement
- ** All Rights Reserved
- */
-
-
- #define IM_MODE 0X00000000
- #define DM_MODE 0X00002000
- #define CP_MODE 0X00004000
- #define RV 0X00008000
-
- #endif /* TIGA_MODES_H */
-