Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Tester.cpp

Go to the documentation of this file.
00001 //Tester.cpp
00002 //To use in testing classes
00003 #include "Cell.h"
00004 
00005 int main(void)
00006 {
00007         CCell myCell;
00008         myCell.Run();
00009         return 0;
00010 }

Generated on Mon Nov 3 09:38:18 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002