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

Comparing deliantra/server/include/map.h (file contents):
Revision 1.34 by root, Mon Dec 25 14:54:44 2006 UTC vs.
Revision 1.35 by root, Tue Dec 26 05:44:15 2006 UTC

288 maptile (); 288 maptile ();
289 ~maptile (); 289 ~maptile ();
290 void do_destroy (); 290 void do_destroy ();
291 void gather_callbacks (AV *&callbacks, event_type event) const; 291 void gather_callbacks (AV *&callbacks, event_type event) const;
292 292
293 void allocate (); 293 MTH void allocate ();
294 294
295 int size () const { return width * height; } 295 MTH int size () const { return width * height; }
296 296
297 mapspace const &at (uint32 x, uint32 y) const { return spaces [x + width * y]; } 297 mapspace const &at (uint32 x, uint32 y) const { return spaces [x + width * y]; }
298 mapspace &at (uint32 x, uint32 y) { return spaces [x + width * y]; } 298 mapspace &at (uint32 x, uint32 y) { return spaces [x + width * y]; }
299}; 299};
300 300

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines