[server] Add bunch of classes

This commit is contained in:
RD42
2023-10-29 22:26:43 +08:00
parent e377d429f5
commit e1c7981db5
29 changed files with 231 additions and 0 deletions

11
server/objectpool.h Normal file
View File

@ -0,0 +1,11 @@
#ifndef SAMPSRV_OBJECTPOOL_H
#define SAMPSRV_OBJECTPOOL_H
class CObjectPool // size: WL 8012000
{
private:
char _gap0[8012000];
};
#endif