home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / parser / lingua / ui_text.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-13  |  422 b   |  13 lines

  1. /* UI_TEXT.H */
  2.  
  3. void ui_loadtext(char *fname,char *vers);
  4. void ui_unloadtext(void);
  5. extern char **ui_text;
  6.  
  7. #define ZEROTH                         ui_text[0]
  8. #define FIRST                          ui_text[1]
  9. #define SECOND                         ui_text[2]
  10. #define THIRD                          (ui_text+3)
  11. #define EIGHTH                         ui_text[8]
  12. #define NINTH                          ui_text[9]
  13.