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.221 by root, Sat Jun 16 00:12:20 2007 UTC vs.
Revision 1.222 by root, Sun Jun 24 04:09:29 2007 UTC

983{ 983{
984 CALL_BEGIN (2); 984 CALL_BEGIN (2);
985 CALL_ARG (book); 985 CALL_ARG (book);
986 CALL_ARG (level); 986 CALL_ARG (level);
987 CALL_CALL ("ext::books::make_book", G_VOID); 987 CALL_CALL ("ext::books::make_book", G_VOID);
988 CALL_END;
989}
990
991void
992cfperl_send_msg (client *ns, int color, const char *type, const char *msg)
993{
994 CALL_BEGIN (4);
995 CALL_ARG (ns);
996 CALL_ARG (color);
997 CALL_ARG (type);
998 CALL_ARG (msg);
999 CALL_CALL ("cf::client::send_msg", G_VOID);
988 CALL_END; 1000 CALL_END;
989} 1001}
990 1002
991maptile * 1003maptile *
992maptile::find_sync (const char *path, maptile *origin) 1004maptile::find_sync (const char *path, maptile *origin)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines