mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-19 20:26:14 +08:00
12 lines
142 B
C
12 lines
142 B
C
![]() |
|
||
|
#ifndef SAMPSRV_OBJECTPOOL_H
|
||
|
#define SAMPSRV_OBJECTPOOL_H
|
||
|
|
||
|
class CObjectPool // size: WL 8012000
|
||
|
{
|
||
|
private:
|
||
|
char _gap0[8012000];
|
||
|
};
|
||
|
|
||
|
#endif
|