home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / PowerPlant / COffScreenPicture 2.0 / Ctest.h < prev    next >
Encoding:
Text File  |  1997-07-15  |  506 b   |  17 lines  |  [TEXT/CWIE]

  1. // ===========================================================================
  2. // Ctest.h
  3. // ===========================================================================
  4. //
  5. #pragma once
  6. #include <LApplication.h>
  7.  
  8. class Ctest : public LApplication{
  9.     public:
  10.         Ctest(void);
  11.         ~Ctest(void);
  12.     
  13.         virtual Boolean        ObeyCommand(CommandT inCommand, void* ioParam);    
  14.         virtual void        FindCommandStatus(CommandT inCommand,
  15.                                 Boolean &outEnabled, Boolean &outUsesMark,
  16.                                 Char16 &outMark, Str255 outName);
  17. };