home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BC_DICE2.DMS / in.adf / INCLUDE / libraries / translator.h < prev   
Encoding:
C/C++ Source or Header  |  1995-01-10  |  417 b   |  23 lines

  1. #ifndef LIBRARIES_TRANSLATOR_H
  2. #define LIBRARIES_TRANSLATOR_H
  3.  
  4. /*
  5. ** $Filename: libraries/translator.h $
  6. ** $Release: 2.04 Includes, V37.4 $
  7. ** $Revision: 36.1 $
  8. ** $Date: 90/12/13 $
  9. **
  10. ** Useful definitions for translator.library
  11. **
  12. ** (C) Copyright 1988-1991 Commodore-Amiga Inc. and
  13. ** Joseph Katz/Mark Barton. All rights reserved.
  14. */
  15.  
  16.  
  17.  
  18. #define TR_NotUsed -1 
  19. #define TR_NoMem -2 
  20. #define TR_MakeBad -4 
  21.  
  22. #endif 
  23.