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