/* * objects.c * * Objects() efun * * (C) Frank Schmidt, Jesus@NorseMUD * */ static object *objects() { return GLOBAL->objects(); }