/* vi: set ts=2: * +-------------------+ Christian Schlittchen * | | Enno Rehling * | Eressea PBEM host | Katja Zedel * | (c) 1998 - 2006 | * | | This program may not be used, modified or distributed * +-------------------+ without prior permission by the authors of Eressea. * */ #ifndef GM_EDITING #define GM_EDITING extern void make_block(short x, short y, short radius, const struct terrain_type * terrain); extern void make_island(short x, short y, int size); #endif /* GM_EDITING */