Subversion Repositories WoWGM

Rev

Rev 31 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef  _RCSTRING_H_
#define  _RCSTRING_H_

struct RCString {

        void*         _vfptr;
        unsigned int  m_refcnt;
        char*         m_string;
};

#endif// _RCSTRING_H_