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