/* vi: set ts=2: +-------------------+ Christian Schlittchen | | Enno Rehling | Eressea PBEM host | Katja Zedel | (c) 1998 - 2001 | Henning Peters | | Ingo Wilken +-------------------+ Stefan Reich This program may not be used, modified or distributed without prior permission by the authors of Eressea. */ #include #include "eressea.h" #include "ugroup.h" #include #ifdef USE_UGROUPS attrib_type at_ugroup = { "ugroup", NULL, NULL, NULL, NULL, NULL, ATF_UNIQUE }; void init_ugroup(void) { at_register(&at_ugroup); } #endif