--- deliantra/server/include/sockproto.h 2007/07/01 05:00:18 1.32 +++ deliantra/server/include/sockproto.h 2007/07/26 00:27:08 1.33 @@ -92,6 +92,3 @@ void esrv_update_spells(player *pl); void esrv_remove_spell(player *pl, object *spell); void esrv_add_spells(player *pl, object *spell); -/* sounds.c */ -void play_sound_player_only(player *pl, short soundnum, sint8 x, sint8 y); -void play_sound_map(maptile *map, int x, int y, short sound_num);