00001 //-*-Mode: C++;-*- 00002 #ifndef _Singleton_h_ 00003 #define _Singleton_h_ 00004 00005 #include "MazeFactory.h" 00006 00007 class MazeFactory * FactoryInstance(); 00008 00009 #endif