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 / figinset.h < prev    next >
C/C++ Source or Header  |  1998-04-23  |  271b  |  22 lines

  1. // -*- C++ -*-
  2. /*
  3.   figinset.h - Figure inset header - part of LyX project
  4.   (C)1996 by Ivan Schreter
  5.   */
  6.  
  7. #ifndef _FIGINSET_H
  8. #define _FIGINSET_H
  9.  
  10. // #include "form1.h"
  11. // #include "LString.h"
  12. // #include "figlist.h"
  13.  
  14. /* the rest is figure stuff */
  15.  
  16.  
  17.  
  18.  
  19.        
  20.  
  21. #endif
  22.