Ejemplo n.º 1
0
int LuaDomElement2::normalize(lua_State *L)
{
	DomElement* obj = DomElementValue::check2( L, 1 );
	obj->normalize();
	return 0;
}