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

NG_NetworkMessage.h

Go to the documentation of this file.
00001 #ifndef NG_NETWORKMESSAGE_H
00002 #define NG_NETWORKMESSAGE_H
00003 
00004 #include "GEN_StdString.h"
00005 
00006 class NG_NetworkMessage
00007 {
00008         int                             m_info;
00009         int                             m_evenmore_info;
00010         GEN_String              m_largerinfo;
00011         bool                    m_bEmpty;
00012 public:
00013         NG_NetworkMessage() :
00014           m_bEmpty(true)
00015         {
00016         }
00017 
00018         bool    IsEmpty()

00019         {
00020                 return m_bEmpty;
00021         }
00022         
00023 };
00024 #endif //NG_NETWORKMESSAGE_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