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.168 by root, Thu Feb 15 03:19:02 2007 UTC vs.
Revision 1.169 by root, Thu Feb 15 21:07:49 2007 UTC

4 4
5/* 5/*
6 * This code is placed under the GNU General Public Licence (GPL) 6 * This code is placed under the GNU General Public Licence (GPL)
7 * 7 *
8 * Copyright (C) 2001-2005 by Chachkoff Yann 8 * Copyright (C) 2001-2005 by Chachkoff Yann
9 * Copyright (C) 2006 by Marc Lehmann <cf@schmorp.de> 9 * Copyright (C) 2006,2007 by Marc Lehmann <cf@schmorp.de>
10 * 10 *
11 * This program is free software; you can redistribute it and/or modify 11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by 12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or 13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version. 14 * (at your option) any later version.
1736 else 1736 else
1737 XSRETURN_UNDEF; 1737 XSRETURN_UNDEF;
1738 OUTPUT: RETVAL 1738 OUTPUT: RETVAL
1739 1739
1740bool 1740bool
1741load_regions (const char *filename) 1741load_resource_file (const char *filename)
1742 CODE:
1743 RETVAL = loader_region ().load (filename);
1744 OUTPUT: RETVAL
1745 1742
1746MODULE = cf PACKAGE = cf::attachable 1743MODULE = cf PACKAGE = cf::attachable
1747 1744
1748int 1745int
1749valid (SV *obj) 1746valid (SV *obj)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines