Main Page   Namespace List   Class Hierarchy   Alphabetical List   Data Structures   File List   Namespace Members   Data Fields   Globals  

ExCGizmo.cpp

Go to the documentation of this file.
00001 
00002 /* $Id: ExCGizmo.cpp,v 1.3 2002/08/14 15:20:54 data Exp $ */
00003 
00004 #include "ExCGizmo.h"
00005 
00006 ExCGizmo::ExCGizmo(void)
00007 {
00008                 SetName("ExCGizmo");
00009         SetType(typeid(this).name());
00010 }
00011 
00012 ExCGizmo::~ExCGizmo(void)
00013 {
00014 }
00015 
00016 void ExCGizmo::Draw(void)
00017 {
00018 }

Generated on Tue Dec 10 18:20:03 2002 for ExNihilo by doxygen1.3-rc1