Ejemplo n.º 1
0
int lua_gcobject( lua_State *L ){
	BBObject *obj=lua_unboxobject( L,1 );
	BBRELEASE( obj );
	return 1;
}
Ejemplo n.º 2
0
void lua_gcobject( lua_State *L )
{
	BBObject *obj=lua_unboxobject( L,1 );
	BBRELEASE( obj );
}