|
|
||
|
Diego,
///////////////////////////////////////////////////////////////////////////////////////////////////////
LPCTSTR CLuaScript::SetTitle( LPCTSTR sTitle )
{
CString s = m_sTitle; // current title
m_sTitle = sTitle; // new title
return s; // return the previous title
}Hi,
Can we get the source-code for this?
g_LuaScript.SetTitle( )
[]s, Diego.