home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / sharewar / vecad / examples / bcb / editor / Strings.h < prev   
Encoding:
C/C++ Source or Header  |  2000-09-01  |  233 b   |  9 lines

  1. //---------------------------------------------------------------------------
  2. #ifndef StringsH
  3. #define StringsH
  4. //---------------------------------------------------------------------------
  5.  
  6. int  LoadString (int Id);
  7.  
  8. #endif
  9.