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.212 by root, Tue May 22 10:50:01 2007 UTC vs.
Revision 1.213 by root, Thu May 24 03:33:29 2007 UTC

922cfperl_cleanup (int make_core) 922cfperl_cleanup (int make_core)
923{ 923{
924 CALL_BEGIN (1); 924 CALL_BEGIN (1);
925 CALL_ARG (make_core); 925 CALL_ARG (make_core);
926 CALL_CALL ("cf::post_cleanup", G_VOID); 926 CALL_CALL ("cf::post_cleanup", G_VOID);
927 CALL_END;
928}
929
930void
931cfperl_make_book (object *book, int level)
932{
933 CALL_BEGIN (2);
934 CALL_ARG (book);
935 CALL_ARG (level);
936 CALL_CALL ("ext::books::make_book", G_VOID);
927 CALL_END; 937 CALL_END;
928} 938}
929 939
930maptile * 940maptile *
931maptile::find_sync (const char *path, maptile *origin) 941maptile::find_sync (const char *path, maptile *origin)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines