Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/inventorylistview.h')
-rw-r--r--src/client/inventorylistview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/inventorylistview.h b/src/client/inventorylistview.h
index ff10aa1..5d5a85f 100644
--- a/src/client/inventorylistview.h
+++ b/src/client/inventorylistview.h
@@ -30,7 +30,10 @@ protected:
virtual void draw();
private:
+ bool verify_inventory();
+
unsigned long listview_timestamp;
+ unsigned long listview_infotimestamp;
core::Inventory *listview_inventory;
core::InfoType *listview_infotype;
};