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