mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-11 16:34:09 +00: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
|