Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

NG_NetworkEventManager.h

Go to the documentation of this file.
00001 #ifndef NG_NETWORK_EVENTMANAGER_H
00002 #define NG_NETWORK_EVENTMANAGER_H
00003 
00004 #include "SCA_EventManager.h"
00005 
00006 class NG_NetworkEventManager : public SCA_EventManager
00007 {
00008         class   SCA_LogicManager*       m_logicmgr;
00009         class   NG_NetworkDeviceInterface* m_networkdevice;
00010 
00011 public:
00012         NG_NetworkEventManager(class SCA_LogicManager* logicmgr,class NG_NetworkDeviceInterface* nic);
00013         virtual ~NG_NetworkEventManager ();
00014         virtual void    RegisterSensor(class SCA_ISensor* sensor);
00015         virtual void    NextFrame(double curtime,double deltatime);
00016         virtual void    EndFrame();
00017 
00018 };
00019 
00020 #endif //NG_NETWORK_EVENTMANAGER_H

Generated at Thu Feb 1 13:03:07 2001 for Ketsji Game Engine by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000