sources/network/rconsession.h

changeset 88
08ccaf26cffd
parent 73
07dda51a7a8e
child 92
39947c46ed17
equal deleted inserted replaced
87:53c2aecb9704 88:08ccaf26cffd
30 30
31 #pragma once 31 #pragma once
32 #include "ipaddress.h" 32 #include "ipaddress.h"
33 #include "udpsocket.h" 33 #include "udpsocket.h"
34 #include "bytestream.h" 34 #include "bytestream.h"
35 BEGIN_ZFC_NAMESPACE
35 36
36 // ------------------------------------------------------------------------------------------------- 37 // -------------------------------------------------------------------------------------------------
37 // 38 //
38 enum 39 enum
39 { 40 {
127 int m_numAdmins; 128 int m_numAdmins;
128 String m_level; 129 String m_level;
129 String m_lastTabComplete; 130 String m_lastTabComplete;
130 class Interface* m_interface; 131 class Interface* m_interface;
131 }; 132 };
133
134 END_ZFC_NAMESPACE

mercurial