/[enigma]/enigma/src/world.hh
ViewVC logotype

Diff of /enigma/src/world.hh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by reallysoft, Tue May 20 08:22:39 2003 UTC revision 1.19 by reallysoft, Fri May 30 08:01:06 2003 UTC
# Line 226  namespace world Line 226  namespace world
226  //----------------------------------------  //----------------------------------------
227  // Items  // Items
228  //----------------------------------------  //----------------------------------------
229      void  SetItem (GridPos p, Item* st);      void  SetItem (GridPos p, Item* it);
230        void  SetItemAsStone (GridPos p, Item* it); // special case (e.g. it-brake)
231      Item *GetItem (GridPos p);      Item *GetItem (GridPos p);
232      Item *YieldItem (GridPos p);      Item *YieldItem (GridPos p);
233      void  KillItem (GridPos p);      void  KillItem (GridPos p);
234    
235    // --------------------------------------
236    //      Item <-> Stone Conversion
237    // --------------------------------------
238    
239        Stone *ConvertToStone(Item *it);
240        Item *ConvertToItem(Stone *st);
241    
242  //----------------------------------------  //----------------------------------------
243  // Floors  // Floors
244  //----------------------------------------  //----------------------------------------

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26