home *** CD-ROM | disk | FTP | other *** search
-
- // gfxdev.cpp
- //
- // Copyright (c) 1995 by Toshiaki Tsuji, all rights reserved.
-
- #include "stdgfx.h"
- #include "gfxdev.h"
-
- DCIClass::DCIClass () : MYOBJECT ()
- {
- } // End of Constructor for DCIClass
-
- DCIClass::~DCIClass ()
- {
- } // End of Destructor for DCIClass
-
-