--- deliantra/server/include/libproto.h 2008/05/04 08:25:33 1.60 +++ deliantra/server/include/libproto.h 2008/05/17 00:17:02 1.62 @@ -44,7 +44,6 @@ extern void free_all_archs(); extern void check_generators(); extern bool load_archetype_file(const char *filename); -extern object *arch_to_object(archetype *at); extern object *create_singularity(const char *name); extern object *get_archetype(const char *name); extern unsigned long hasharch(const char *str, int tablesize); @@ -309,6 +308,9 @@ extern int set_variable(object *op, char *buf); extern void init_vars(); extern char *get_ob_diff(object *op, object *op2); +/* map.c */ +extern maptile *find_style (const char *dirname, const char *stylename, int difficulty); +extern object *pick_random_object (maptile *style); /* former funcpoint.h */ /*