home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / 3DTOSHI2.ZIP / mpgfx / include / gfxsddrv.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-23  |  377 b   |  21 lines

  1.  
  2. // gfxsddrv.h
  3. //
  4. // Copyright (c) 1996 by Toshiaki Tsuji, all rights reserved.
  5.  
  6. #ifndef __GFXSNDDRV_H__
  7. #define __GFXSNDDRV_H__
  8.  
  9. #include "stdgfx.h"
  10. #include "gfxdrv.h"
  11. #include "gfxfiles.h"
  12.  
  13. class SOUNDDRIVER : public DRIVER
  14.   {
  15.          public :
  16.                 SOUNDDRIVER ();
  17.                 virtual ~SOUNDDRIVER ();
  18.   }; // End of SOUNDDRIVER
  19.  
  20. #endif
  21.