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.3 by root, Mon Oct 11 17:10:10 2010 UTC

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