home *** CD-ROM | disk | FTP | other *** search
- #ifndef LIBRARIES_TRANSLATOR_H
- #define LIBRARIES_TRANSLATOR_H
-
- /*
- ** $Filename: libraries/translator.h $
- ** $Release: 2.04 Includes, V37.4 $
- ** $Revision: 36.1 $
- ** $Date: 90/12/13 $
- **
- ** Useful definitions for translator.library
- **
- ** (C) Copyright 1988-1991 Commodore-Amiga Inc. and
- ** Joseph Katz/Mark Barton. All rights reserved.
- */
-
-
-
- #define TR_NotUsed -1
- #define TR_NoMem -2
- #define TR_MakeBad -4
-
- #endif
-