home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 June / PCWorld_1998-06_cd.bin / software / sharware / grafika / EROICA32 / _SETUP.3 / Group2 / Testcase.h < prev    next >
Text File  |  1998-01-15  |  780b  |  25 lines

  1. /*-------------------------- Parallax Standard H_File ----------------------------
  2.    
  3.       H_File: testcase.h
  4.  
  5.      Purpose: This file contains the internal function prototyping for the
  6.               inidividual unit tests for the Eroica unit test program.
  7.  
  8.  
  9. --------------------------------------------------------------------------------
  10.           Copyright (c)1996 Parallax Software , All rights reserved.            
  11. ------------------------------------------------------------------------------*/
  12.  
  13. int UT_TestLoad( HCONV ghConv );
  14. int UT_TestSave( HCONV ghConv );
  15. int UT_TestMerge( HCONV ghConv );
  16. int UT_TestDisplayLayer( HCONV ghConv );
  17. int UT_TestToolSet( HCONV ghConv );
  18. int UT_TestDeskew( HCONV ghConv );
  19.  
  20.  
  21. /* TESTCASE.H */
  22. /* end of file */
  23.  
  24.  
  25.