mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
[server] Add bunch of classes
This commit is contained in:
11
server/objectpool.h
Normal file
11
server/objectpool.h
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
#ifndef SAMPSRV_OBJECTPOOL_H
|
||||
#define SAMPSRV_OBJECTPOOL_H
|
||||
|
||||
class CObjectPool // size: WL 8012000
|
||||
{
|
||||
private:
|
||||
char _gap0[8012000];
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user