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

Game.h

Go to the documentation of this file.
00001 /*
00002  * $Id: Game.h,v 1.1 2002/08/09 07:39:46 virtualcasino Exp $
00003  */
00004 #ifndef __GAME_H__
00005 #define __GAME_H__
00006 #include<clawsoft.h>
00007 
00008 namespace clawsoft{
00009 
00011         class Game:public Object{
00012                 protected:
00013 
00014                 public:
00015                         Game():Object("Game"){}
00016         };
00017 
00018 
00019 }
00020 
00021 #endif

Powered by:

SourceForge Logo