home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / CDragAcrossTable 1.0b1 / ExampleDemo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-04  |  153 b   |  11 lines  |  [TEXT/KAHL]

  1. #pragma once
  2.  
  3.  
  4. #include "CSApplication.h"
  5.  
  6.  
  7. struct CDragAcrossTableDemoDir : CShowcaseDemoDir
  8. {
  9.     virtual void INewDemo( CDirectorOwner *aSupervisor);
  10. };
  11.