SA-MP/server/player.h

18 lines
181 B
C++

#ifndef SAMPSRV_PLAYER_H
#define SAMPSRV_PLAYER_H
class CPlayer
{
private:
char _gap0[11486];
public:
};
#endif
//----------------------------------------------------
// EOF