home *** CD-ROM | disk | FTP | other *** search
-
- // gfxdrv.h
- //
- // Copyright (c) 1995 by Toshiaki Tsuji, all rights reserved.
-
- #ifndef __GFXDRIVER_H__
- #define __GFXDRIVER_H__
-
- #include "stdgfx.h"
- #include "gfxobj.h"
-
- class DRIVER : public MYOBJECT
- {
- public :
- DRIVER ();
- virtual ~DRIVER ();
- }; // End of DRIVER
-
- #endif
-