~ubuntu-branches/ubuntu/maverick/crossfire-client/maverick

« back to all changes in this revision

Viewing changes to common/item.h

  • Committer: Bazaar Package Importer
  • Author(s): Kari Pahula
  • Date: 2005-08-20 23:46:35 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050820234635-m3nwl2a0190jc15f
Tags: 1.8.0-1
* New upstream release (closes: #298438)
* New maintainer
* Set datadir to /usr/share/games and sounddir to
  /usr/share/games/crossfire/sounds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * static char *rcsid_item_h =
3
 
 *   "$Id: item.h,v 1.3 2002/05/31 03:44:54 mwedel Exp $";
 
3
 *   "$Id: item.h,v 1.4 2005/05/30 21:01:57 ryo_saeba Exp $";
4
4
 */
5
5
/*
6
6
    Crossfire client, a client program for the crossfire program.
87
87
    set_item_values(create_new_item (locate_item(loc),tag), \
88
88
                    name,weight,face,flags)
89
89
 
 
90
/* Toolkits implement these. */
 
91
extern void item_event_item_deleting(item * it);
 
92
extern void item_event_container_clearing(item * container);
 
93
/* TODO More fine-grained event - but how to handle it? */
 
94
extern void item_event_item_changed(item * it);
 
95
 
90
96
#endif /* ITEM_H */