00001 00025 #ifndef GAME_TO20_H 00026 #define GAME_TO40_H 1 00027 00028 #include "toX.h" 00029 00030 namespace dmn 00031 { 00035 class GameTo40: public GameToX 00036 { 00037 public: 00041 GameTo40(); 00042 }; 00043 }; 00044 00045 #endif // GAME_TO40_H