ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/sockproto.h
(Generate patch)

Comparing deliantra/server/include/sockproto.h (file contents):
Revision 1.32 by root, Sun Jul 1 05:00:18 2007 UTC vs.
Revision 1.33 by root, Thu Jul 26 00:27:08 2007 UTC

90void send_skill_info(client *ns, char *params); 90void send_skill_info(client *ns, char *params);
91void send_spell_paths (client *ns, char *params); 91void send_spell_paths (client *ns, char *params);
92void esrv_update_spells(player *pl); 92void esrv_update_spells(player *pl);
93void esrv_remove_spell(player *pl, object *spell); 93void esrv_remove_spell(player *pl, object *spell);
94void esrv_add_spells(player *pl, object *spell); 94void esrv_add_spells(player *pl, object *spell);
95/* sounds.c */
96void play_sound_player_only(player *pl, short soundnum, sint8 x, sint8 y);
97void play_sound_map(maptile *map, int x, int y, short sound_num);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines