Skip to content

Commit

Permalink
XEEN: Implemented remainder of ItemsDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Feb 7, 2015
1 parent 4bd128b commit b633704
Show file tree
Hide file tree
Showing 8 changed files with 488 additions and 148 deletions.
2 changes: 2 additions & 0 deletions engines/xeen/character.h
Expand Up @@ -98,6 +98,8 @@ class XeenItem {

void clear();

bool empty() const { return _id != 0; }

void synchronize(Common::Serializer &s);

ElementalCategory getElementalCategory() const;
Expand Down

0 comments on commit b633704

Please sign in to comment.