aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/res_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/res_struct.h')
-rw-r--r--engines/lure/res_struct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/lure/res_struct.h b/engines/lure/res_struct.h
index ad012a568b..ea2836080e 100644
--- a/engines/lure/res_struct.h
+++ b/engines/lure/res_struct.h
@@ -774,6 +774,7 @@ class BarmanLists {
public:
BarmanLists();
+ void reset();
BarEntry &getDetails(uint16 roomNumber);
void saveToStream(Common::WriteStream *stream);
void loadFromStream(Common::ReadStream *stream);