Subversion Repositories WoWGM

Rev

Rev 3 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 tristanc 1
#ifndef  _RCSTRING_H_
2
#define  _RCSTRING_H_
3
 
4
struct RCString {
31 tristanc 5
	void*         _vfptr;
6
	unsigned int  m_refcnt;
7
	char*         m_string;
3 tristanc 8
};
9
 
10
#endif// _RCSTRING_H_