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.340 by root, Sun Nov 29 09:41:28 2009 UTC vs.
Revision 1.341 by root, Sun Nov 29 17:41:08 2009 UTC

2831archetype *archetypes (U32 index) 2831archetype *archetypes (U32 index)
2832 CODE: 2832 CODE:
2833 RETVAL = index < archetypes.size () ? archetypes [index] : 0; 2833 RETVAL = index < archetypes.size () ? archetypes [index] : 0;
2834 OUTPUT: RETVAL 2834 OUTPUT: RETVAL
2835 2835
2836object *instantiate (archetype *arch)
2837 CODE:
2838 RETVAL = arch_to_object (arch);
2839 OUTPUT:
2840 RETVAL
2841
2842INCLUDE: $PERL $srcdir/genacc archetype ../include/object.h | 2836INCLUDE: $PERL $srcdir/genacc archetype ../include/object.h |
2843 2837
2844MODULE = cf PACKAGE = cf::party 2838MODULE = cf PACKAGE = cf::party
2845 2839
2846partylist *first () 2840partylist *first ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines