--- deliantra/server/include/libproto.h 2009/11/10 04:38:45 1.80 +++ deliantra/server/include/libproto.h 2010/01/30 23:30:26 1.82 @@ -181,7 +181,6 @@ /* player.c */ void free_player (player *pl); int atnr_is_dragon_enabled (int attacknr); -int is_dragon_pl (const object *op); /* quest.c */ int quest_is_quest_marker (const object *marker, int task); int quest_is_in_progress (const object *marker, int task); @@ -247,6 +246,7 @@ int set_variable (object *op, char *buf); void init_vars (); char *get_ob_diff (object *op, object *op2); +bool load_resource_file_ (const char *filename); /* map.c */ maptile *find_style (const char *dirname, const char *stylename, int difficulty); object *pick_random_object (maptile *style);