ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/cfperl.xs
(Generate patch)

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.239 by root, Thu Jul 26 00:27:09 2007 UTC vs.
Revision 1.240 by root, Thu Jul 26 21:44:43 2007 UTC

2642 2642
2643MODULE = cf PACKAGE = cf::sound PREFIX = sound_ 2643MODULE = cf PACKAGE = cf::sound PREFIX = sound_
2644 2644
2645faceidx sound_find (utf8_string name) 2645faceidx sound_find (utf8_string name)
2646 2646
2647void sound_set (utf8_string str, faceidx face)
2648
2649# dire hack
2650void old_sound_index (int idx, faceidx face)
2651 CODE:
2652 extern faceidx old_sound_index [SOUND_CAST_SPELL_0];
2653 old_sound_index [idx] = face;
2654
2647MODULE = cf PACKAGE = cf::face PREFIX = face_ 2655MODULE = cf PACKAGE = cf::face PREFIX = face_
2648 2656
2649#INCLUDE: $PERL $srcdir/genacc faceset ../include/face.h | 2657#INCLUDE: $PERL $srcdir/genacc faceset ../include/face.h |
2650 2658
2651faceidx face_find (utf8_string name, faceidx defidx = 0) 2659faceidx face_find (utf8_string name, faceidx defidx = 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines