1 #ifndef LIBRARIES_TRANSLATOR_H 2 #define LIBRARIES_TRANSLATOR_H 3 4 /* 5 translator.library include 6 7 Copyright © 2002 The MorphOS Development Team, All Rights Reserved. 8 */ 9 10 11 #define TR_NotUsed -1 12 #define TR_NoMem -2 13 #define TR_MakeBad -4 14 15 16 #endif /* LIBRARIES_TRANSLATOR_H */