Subversion Repositories WoWGM

Rev

Rev 31 | Go to most recent revision | Details | 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 {
5
	void*			_vfptr;
6
	unsigned int	m_refcnt;
7
	char*			m_string;
8
};
9
 
10
#endif// _RCSTRING_H_