home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C++ / Applications / Nuntius 1.2 / src / Nuntius / TestCode.h < prev    next >
Encoding:
Text File  |  1994-02-20  |  217 b   |  14 lines  |  [TEXT/MPS ]

  1. // Copyright © 1992 Peter Speck, speck@dat.ruc.dk. All rights reserved.
  2. // TestCode.h
  3.  
  4. #define __TESTCODE__
  5.  
  6. // TestX is called from TNewsAppl::DoMenuCommand
  7.  
  8. void Test1();
  9. void Test2();
  10. void Test3();
  11. void Test4();
  12.  
  13.  
  14.