home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lyx-0.13.2.tar.gz / lyx-0.13.2.tar / lyx-0.13.2 / src / credits.h < prev    next >
C/C++ Source or Header  |  1998-04-23  |  104b  |  9 lines

  1. // -*- C++ -*-
  2. #ifndef _CREDITS_H
  3. #define _CREDITS_H
  4.  
  5. void ShowCredits();
  6. void ShowCopyright();
  7.  
  8. #endif
  9.