Main Page   Class Hierarchy   Compound List   File List   Compound Members  

keepaliveworld.h

00001 #ifndef KEEPALIVE_WORLD_H
00002 #define KEEPALIVE_WORLD_H
00003 
00004 #include "world.h"
00005 
00006 class KeepaliveWorld : public AGS::World
00007 {
00008         public:
00009                 KeepaliveWorld(int id);
00010                 ~KeepaliveWorld();
00011 };
00012 
00013 #endif
00014 

Generated on Mon May 6 10:52:13 2002 for GGZ Advanced Game Server by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001