diff options
Diffstat (limited to 'src/gui/inventory.h')
-rw-r--r-- | src/gui/inventory.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/inventory.h b/src/gui/inventory.h index fa06f2eb..19b183d2 100644 --- a/src/gui/inventory.h +++ b/src/gui/inventory.h @@ -44,9 +44,9 @@ struct itemHolder { // the holder of a item }; class TmwInventory { - public: - TmwInventory() {}; - ~TmwInventory() {}; + public: + TmwInventory(); + ~TmwInventory(); void create(int x, int y); // create the window void draw(BITMAP *); // draw the window (if areDisplaying != 0 ) |