#ifndef SAMPSRV_PLAYER_H #define SAMPSRV_PLAYER_H class CPlayer { private: char _gap0[11486]; public: void Say(unsigned char * szText, BYTE byteTextLength); }; #endif //---------------------------------------------------- // EOF