Kawe Mazidjatari 52883808e1 Reversed CServer structure (almost complete). See desc
* Mostly rebuild CServer structure.
* Partially rebuild CNetworkStringTable structure.
* Partially rebuild CNetworkStringTableContainer structure.
* Removed redundant patterns which are now covered in the data structure.
2022-05-20 20:14:39 +02:00

9 lines
97 B
C++

#ifndef ISERVER_H
#define ISERVER_H
class IServer
{
IServer* m_pVTable;
};
#endif // ISERVER_H