예제 #1
0
LuaStackAutoReset::LuaStackAutoReset(const LuaStack& stack)
	: mState(stack.State())
{
	mSavedIndex = stack.Count();

}