home *** CD-ROM | disk | FTP | other *** search
/ ftptest.leeds.ac.uk / 2015.02.ftptest.leeds.ac.uk.tar / ftptest.leeds.ac.uk / bionet / CAE-GROUP / SCL-WIN3x / SCLTEST.EXE / NEEDFUNC.H < prev    next >
C/C++ Source or Header  |  1994-12-13  |  317b  |  16 lines

  1. #ifdef __O3DB__
  2. #include <OpenOODB.h>
  3. #endif
  4.  
  5. // define this to be the name of the display window object for 
  6. // STEP entity instance editing or define your own.
  7.  
  8. class StepEntityEditor
  9. {
  10.   public:
  11.     StepEntityEditor() {};
  12.     ~StepEntityEditor() {};
  13. };
  14.  
  15. extern void DeleteSEE(StepEntityEditor *se);
  16.