ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/rmg.h
(Generate patch)

Comparing deliantra/server/include/rmg.h (file contents):
Revision 1.2 by root, Sun Aug 22 20:36:37 2010 UTC vs.
Revision 1.5 by root, Tue Jan 3 11:25:32 2012 UTC

1/* 1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2005,2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * Copyright (©) 2001 Mark Wedel & Crossfire Development Team 5 * Copyright (©) 2001 Mark Wedel & Crossfire Development Team
6 * Copyright (©) 1992 Frank Tore Johansen 6 * Copyright (©) 1992 Frank Tore Johansen
7 * 7 *
8 * Deliantra is free software: you can redistribute it and/or modify it under 8 * Deliantra is free software: you can redistribute it and/or modify it under
9 * the terms of the Affero GNU General Public License as published by the 9 * the terms of the Affero GNU General Public License as published by the
48 HV *hv; 48 HV *hv;
49 49
50 shstr_tmp as_shstr () const; 50 shstr_tmp as_shstr () const;
51 51
52 // fetch something from the options hash 52 // fetch something from the options hash
53 SV *get_sv (const char *option) const; 53 SV *opt_sv (const char *option) const; // avoid clashing with perl's get_sv macro
54 const_utf8_string get_str (const char *option, const_utf8_string fallback = "") const; 54 const_utf8_string get_str (const char *option, const_utf8_string fallback = "") const;
55 IV get_iv (const char *option, IV fallback = 0) const; 55 IV get_iv (const char *option, IV fallback = 0) const;
56 UV get_uv (const char *option, UV fallback = 0) const; 56 UV get_uv (const char *option, UV fallback = 0) const;
57 NV get_nv (const char *option, NV fallback = 0) const; 57 NV get_nv (const char *option, NV fallback = 0) const;
58 58

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines